]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions.
authorRoland McGrath <roland@hack.frob.com>
Fri, 24 Jul 2015 19:31:23 +0000 (12:31 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 24 Jul 2015 19:31:23 +0000 (12:31 -0700)
ChangeLog
sysdeps/nacl/bits/fcntl.h

index 519478df9564a47a44ae92436f7324b9800bc579..c11d03efb375ed900a4af3b401d86fbb28e5e402 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-24  Roland McGrath  <roland@hack.frob.com>
+
+       * sysdeps/nacl/bits/fcntl.h (O_SHLOCK, O_EXLOCK): Macros removed.
+
 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
        [BZ #18457]
index ceef8dfeab5af18b5c735c53983c22c07d7b1344..89aab00f7242b87bf7bd5b904831d650a1683d8e 100644 (file)
 #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.  */