about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/hppa/fcntl.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-11-19 09:27:04 +0000
committerRoland McGrath <roland@gnu.org>2002-11-19 09:27:04 +0000
commit2674f2a35bc904972a0a68cb8067fa859e427a3b (patch)
treedd9341449e1354b58558dd8bab550d4283a714e4 /sysdeps/unix/sysv/linux/hppa/fcntl.c
parent0bf5c0507e1db5e551a9681533592c8829a12f9d (diff)
downloadglibc-2674f2a35bc904972a0a68cb8067fa859e427a3b.tar.gz
glibc-2674f2a35bc904972a0a68cb8067fa859e427a3b.tar.xz
glibc-2674f2a35bc904972a0a68cb8067fa859e427a3b.zip
* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
	(F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
	* sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/fcntl.c')
-rw-r--r--sysdeps/unix/sysv/linux/hppa/fcntl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/fcntl.c b/sysdeps/unix/sysv/linux/hppa/fcntl.c
new file mode 100644
index 0000000000..ea951bc4f9
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/hppa/fcntl.c
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/fcntl.c>