about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-11-16 13:42:49 +0000
committerAndreas Jaeger <aj@suse.de>2000-11-16 13:42:49 +0000
commit96ea2a1177dc147e00b92b55f8531aa641f4cb6a (patch)
tree97d41e549ce70c54fd1d1be9064e795445f0af1d /sysdeps/unix
parent8a70a03e1f5354498d434aa75c34d2153ace72e9 (diff)
downloadglibc-96ea2a1177dc147e00b92b55f8531aa641f4cb6a.tar.gz
glibc-96ea2a1177dc147e00b92b55f8531aa641f4cb6a.tar.xz
glibc-96ea2a1177dc147e00b92b55f8531aa641f4cb6a.zip
Update.
	* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove duplicate
	definition of F_GETLK, F_SETLK, F_SETLKW.

2000-11-16  Andreas Jaeger  <aj@suse.de>
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h b/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
index b23e2f91a2..286fca750a 100644
--- a/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
@@ -64,9 +64,6 @@
 #define F_SETFD		2	/* Set file descriptor flags.  */
 #define F_GETFL		3	/* Get file status flags.  */
 #define F_SETFL		4	/* Set file status flags.  */
-#define F_GETLK		5	/* Get record locking info.  */
-#define F_SETLK		6	/* Set record locking info (non-blocking).  */
-#define F_SETLKW	7	/* Set record locking info (blocking).	*/
 
 #ifndef __USE_FILE_OFFSET64
 # define F_GETLK	5	/* Get record locking info.  */