summaryrefslogtreecommitdiff
path: root/sysdeps/nacl/bits/fcntl.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-07-24 12:31:23 -0700
committerRoland McGrath <roland@hack.frob.com>2015-07-24 12:31:23 -0700
commit6b183b833968010a95ba41ed307dd8bea7b2e641 (patch)
tree070fd9d084d805efbb5539c467815af651b4291f /sysdeps/nacl/bits/fcntl.h
parente400f3ccd36fe91d432cc7d45b4ccc799dece763 (diff)
NaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions.
Diffstat (limited to 'sysdeps/nacl/bits/fcntl.h')
-rw-r--r--sysdeps/nacl/bits/fcntl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/nacl/bits/fcntl.h b/sysdeps/nacl/bits/fcntl.h
index ceef8dfeab..89aab00f72 100644
--- a/sysdeps/nacl/bits/fcntl.h
+++ b/sysdeps/nacl/bits/fcntl.h
@@ -35,10 +35,6 @@
#define O_ASYNC 020000 /* Send SIGIO to owner when data is ready. */
#define O_FSYNC 010000 /* Synchronous writes. */
#define O_SYNC O_FSYNC
-#ifdef __USE_MISC
-# define O_SHLOCK XXX /* Open with shared file lock. */
-# define O_EXLOCK XXX /* Open with shared exclusive lock. */
-#endif
#ifdef __USE_XOPEN2K8
# define O_DIRECTORY 00200000 /* Must be a directory. */
# define O_NOFOLLOW 00400000 /* Do not follow links. */