mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
Tue Oct 15 14:37:40 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* sysdeps/mach/hurd/fcntlbits.h (O_HURD): Add O_EXLOCK and O_SHLOCK.
This commit is contained in:
parent
e02c53618f
commit
769e8a82da
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user