Make mmap64 an alias of mmap on MIPS.

This commit is contained in:
Joseph Myers 2012-07-27 13:43:46 +00:00
parent 815e6fa3e0
commit 89d9c04def
3 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
/* mmap64 is the same as mmap. */

View File

@ -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