diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-06-27 20:48:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-06-27 20:48:27 +0000 |
commit | f2481c319d604a9d797df6147ec6d3010861e4a4 (patch) | |
tree | 715ab4444fcabb043e8e9b5ca525c2e68dae964a /sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c | |
parent | 46f4c5787ad7e3940d3cfb67320e70cff2fbe032 (diff) | |
download | glibc-f2481c319d604a9d797df6147ec6d3010861e4a4.tar glibc-f2481c319d604a9d797df6147ec6d3010861e4a4.tar.gz glibc-f2481c319d604a9d797df6147ec6d3010861e4a4.tar.bz2 glibc-f2481c319d604a9d797df6147ec6d3010861e4a4.zip |
Update.
2004-06-25 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
* sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
* sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
* sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c b/sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c new file mode 100644 index 0000000000..a88f5a784a --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c @@ -0,0 +1 @@ +#include <sysdeps/unix/sysv/linux/i386/lockf64.c> |