diff options
author | Andreas Jaeger <aj@suse.de> | 2000-11-16 13:42:49 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-11-16 13:42:49 +0000 |
commit | 96ea2a1177dc147e00b92b55f8531aa641f4cb6a (patch) | |
tree | 97d41e549ce70c54fd1d1be9064e795445f0af1d /sysdeps | |
parent | 8a70a03e1f5354498d434aa75c34d2153ace72e9 (diff) | |
download | glibc-96ea2a1177dc147e00b92b55f8531aa641f4cb6a.zip glibc-96ea2a1177dc147e00b92b55f8531aa641f4cb6a.tar.gz glibc-96ea2a1177dc147e00b92b55f8531aa641f4cb6a.tar.bz2 |
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')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h | 3 |
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 b23e2f9..286fca7 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. */ |