From 4ccacaa1ab70fea060ba6c1509e8b14e61c11d8c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 27 Sep 2000 15:03:51 +0000 Subject: Update. * sysdeps/gnu/netinet/tcp.h: Add tcp_info defines and types. * sysdeps/unix/sysv/linux/sys/mount.h (enum): New flag MS_BIND. * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETLKW64, F_GETLK64, F_SETLK64): Update from Linux-2.4.0-test9-pre4. --- sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sysdeps/unix/sysv/linux/powerpc/bits') diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h b/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h index 194d61d14d..26f6074b3d 100644 --- a/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h @@ -78,10 +78,9 @@ # define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */ #endif -/* XXX missing */ -#define F_GETLK64 5 /* Get record locking info. */ -#define F_SETLK64 6 /* Set record locking info (non-blocking). */ -#define F_SETLKW64 7 /* Set record locking info (blocking). */ +#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). */ #if defined __USE_BSD || defined __USE_XOPEN2K # define F_SETOWN 8 /* Get owner of socket (receiver of SIGIO). */ -- cgit v1.2.3-70-g09d2