Improve MIPS n64 handling of 64-bit fcntl.

This commit is contained in:
Joseph Myers 2012-07-31 23:17:24 +00:00
parent d2a54255fe
commit 7e6242f556
5 changed files with 11 additions and 0 deletions

View file

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

View file

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/i386/fcntl.c>

View file

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/i386/lockf64.c>