Skip to content

Commit

Permalink
Improve MIPS n64 handling of 64-bit fcntl.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Myers committed Jul 31, 2012
1 parent d2a5425 commit 7e6242f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ports/ChangeLog.mips
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2012-07-31 Joseph Myers <joseph@codesourcery.com>

* sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
* sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
* sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
* sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.

2012-07-27 Joseph Myers <joseph@codesourcery.com>

* sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions ports/sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/i386/fcntl.c>
1 change: 1 addition & 0 deletions ports/sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/i386/lockf64.c>

0 comments on commit 7e6242f

Please sign in to comment.