Skip to content

Commit

Permalink
Make mmap64 an alias of mmap on MIPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Myers committed Jul 27, 2012
1 parent 815e6fa commit 89d9c04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ports/ChangeLog.mips
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions ports/sysdeps/unix/sysv/linux/mips/mips64/mmap64.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* mmap64 is the same as mmap. */
2 changes: 2 additions & 0 deletions ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 89d9c04

Please sign in to comment.