projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e02c536
)
Tue Oct 15 14:37:40 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
cvs/libc-961022
author
Thomas Bushnell, BSG
<thomas@gnu.org>
Tue, 22 Oct 1996 00:18:10 +0000
(
00:18
+0000)
committer
Thomas Bushnell, BSG
<thomas@gnu.org>
Tue, 22 Oct 1996 00:18:10 +0000
(
00:18
+0000)
* sysdeps/mach/hurd/fcntlbits.h (O_HURD): Add O_EXLOCK and
O_SHLOCK.
sysdeps/mach/hurd/fcntlbits.h
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/fcntlbits.h
b/sysdeps/mach/hurd/fcntlbits.h
index eb4dc971307da6d866b29d8c2d7ebfeccf70050f..f18a85d5c78b6120f56e51fa7dae4433f11b82d7 100644
(file)
--- 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