about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arm/lockf64.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-09-08 08:12:57 +0000
committerAndreas Jaeger <aj@suse.de>2000-09-08 08:12:57 +0000
commit0a7d61a37880adcb57492ca08622a3e0ca00a166 (patch)
tree7e377be69ab950d688f195d6a11622f867c18384 /sysdeps/unix/sysv/linux/arm/lockf64.c
parent861f40287ac7e013b0a50de9e346354a9e76cbe0 (diff)
downloadglibc-0a7d61a37880adcb57492ca08622a3e0ca00a166.tar.gz
glibc-0a7d61a37880adcb57492ca08622a3e0ca00a166.tar.xz
glibc-0a7d61a37880adcb57492ca08622a3e0ca00a166.zip
* sysdeps/unix/sysv/linux/arm/lockf64.c: New file.
        * sysdeps/unix/sysv/linux/arm/fcntl.c: New file.

        * sysdeps/unix/sysv/linux/arm/bits/fcntl.h
        (F_GETLK64,F_SETLK64,F_SETLKW64): Use values from 2.4.0-test8.
        (F_GETLK,F_SETLK,F_SETLKW): Handle __USE_FILE_OFFSET64 correctly.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/lockf64.c')
-rw-r--r--sysdeps/unix/sysv/linux/arm/lockf64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/lockf64.c b/sysdeps/unix/sysv/linux/arm/lockf64.c
new file mode 100644
index 0000000000..a88f5a784a
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/arm/lockf64.c
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/lockf64.c>