From: Thomas Bushnell, BSG Date: Tue, 22 Oct 1996 00:18:10 +0000 (+0000) Subject: Tue Oct 15 14:37:40 1996 Thomas Bushnell, n/BSG X-Git-Tag: cvs/libc-961022 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=769e8a82da08831123a4b78b4bfab2c0ec042183;p=thirdparty%2Fglibc.git Tue Oct 15 14:37:40 1996 Thomas Bushnell, n/BSG * sysdeps/mach/hurd/fcntlbits.h (O_HURD): Add O_EXLOCK and O_SHLOCK. --- diff --git a/sysdeps/mach/hurd/fcntlbits.h b/sysdeps/mach/hurd/fcntlbits.h index eb4dc971307..f18a85d5c78 100644 --- a/sysdeps/mach/hurd/fcntlbits.h +++ b/sysdeps/mach/hurd/fcntlbits.h @@ -98,7 +98,7 @@ Cambridge, MA 02139, USA. */ #ifdef __USE_GNU /* Mask of bits which are understood by io servers. */ -#define O_HURD 0xffff /* XXX name? want this? */ +#define O_HURD (0xffff | O_EXLOCK | O_SHLOCK) #endif