diff options
author | Andreas Jaeger <aj@suse.de> | 2012-10-24 08:54:46 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-10-24 08:54:46 +0200 |
commit | 9fddec1a48b8ddf69c7599be9b3a47bf9e5c066c (patch) | |
tree | 81161b3458d45d9ae51b28f24253b96d94f13370 /sysdeps/unix/sysv/linux/sparc | |
parent | 03ac099f6bc9157cdec50db10944e1d99ff07aa1 (diff) | |
download | glibc-9fddec1a48b8ddf69c7599be9b3a47bf9e5c066c.tar.gz glibc-9fddec1a48b8ddf69c7599be9b3a47bf9e5c066c.tar.xz glibc-9fddec1a48b8ddf69c7599be9b3a47bf9e5c066c.zip |
F_GETLK cleanup for <bits/fcntl.h>
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/fcntl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h index 0f4bf76490..22e71fcd7e 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h @@ -56,20 +56,12 @@ # define F_GETLK 7 /* Get record locking info. */ # define F_SETLK 8 /* Set record locking info (non-blocking). */ # define F_SETLKW 9 /* Set record locking info (blocking). */ -#else -# define F_GETLK F_GETLK64 /* Get record locking info. */ -# define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/ -# define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */ #endif #if __WORDSIZE == 64 # define F_GETLK64 7 /* Get record locking info. */ # define F_SETLK64 8 /* Set record locking info (non-blocking). */ # define F_SETLKW64 9 /* Set record locking info (blocking). */ -#else -# define F_GETLK64 12 /* Get record locking info. */ -# define F_SETLK64 13 /* Set record locking info (non-blocking). */ -# define F_SETLKW64 14 /* Set record locking info (blocking). */ #endif /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */ |