diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-10-22 00:18:10 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-10-22 00:18:10 +0000 |
commit | 769e8a82da08831123a4b78b4bfab2c0ec042183 (patch) | |
tree | 632230a76b5c4679cc5738fcd1e8f755ffdb9bc1 /sysdeps | |
parent | e02c53618fcbc9cbb0304a0e534de53b14199ead (diff) | |
download | glibc-769e8a82da08831123a4b78b4bfab2c0ec042183.zip glibc-769e8a82da08831123a4b78b4bfab2c0ec042183.tar.gz glibc-769e8a82da08831123a4b78b4bfab2c0ec042183.tar.bz2 |
Tue Oct 15 14:37:40 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>cvs/libc-961022
* sysdeps/mach/hurd/fcntlbits.h (O_HURD): Add O_EXLOCK and
O_SHLOCK.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/fcntlbits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/fcntlbits.h b/sysdeps/mach/hurd/fcntlbits.h index eb4dc97..f18a85d 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 |