diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-07-27 13:43:46 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-07-27 13:43:46 +0000 |
commit | 89d9c04def983cd36e2891681349177438eb0e2c (patch) | |
tree | 8210c158c551e69059b28b7e556a13fa427693a9 /ports/sysdeps/unix | |
parent | 815e6fa3e010628f77838abec18692cbfeb60809 (diff) | |
download | glibc-89d9c04def983cd36e2891681349177438eb0e2c.tar.gz glibc-89d9c04def983cd36e2891681349177438eb0e2c.tar.xz glibc-89d9c04def983cd36e2891681349177438eb0e2c.zip |
Make mmap64 an alias of mmap on MIPS.
Diffstat (limited to 'ports/sysdeps/unix')
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/mips/mips64/mmap64.c | 1 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips64/mmap64.c b/ports/sysdeps/unix/sysv/linux/mips/mips64/mmap64.c new file mode 100644 index 0000000000..0dbd384a6a --- /dev/null +++ b/ports/sysdeps/unix/sysv/linux/mips/mips64/mmap64.c @@ -0,0 +1 @@ +/* mmap64 is the same as mmap. */ diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list b/ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list index 867323a96b..50d5ba3199 100644 --- a/ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list +++ b/ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list @@ -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 |