mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Make mmap64 an alias of mmap on MIPS.
This commit is contained in:
parent
815e6fa3e0
commit
89d9c04def
@ -1,3 +1,8 @@
|
||||
2012-07-27 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
|
||||
* sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
|
||||
|
||||
2012-07-25 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
|
||||
|
1
ports/sysdeps/unix/sysv/linux/mips/mips64/mmap64.c
Normal file
1
ports/sysdeps/unix/sysv/linux/mips/mips64/mmap64.c
Normal file
@ -0,0 +1 @@
|
||||
/* mmap64 is the same as mmap. */
|
@ -2,6 +2,8 @@
|
||||
|
||||
lseek - lseek Ci:iii __libc_lseek __lseek lseek __llseek llseek __libc_lseek64 __lseek64 lseek64
|
||||
|
||||
mmap - mmap b:aniiii __mmap mmap __mmap64 mmap64
|
||||
|
||||
ftruncate - ftruncate i:ii __ftruncate ftruncate ftruncate64 __ftruncate64
|
||||
truncate - truncate i:si truncate truncate64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user