]> git.eshelyaron.com Git - emacs.git/commitdiff
Use trunk version of gnulib lib/fcntl.in.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Nov 2012 05:29:54 +0000 (21:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Nov 2012 05:29:54 +0000 (21:29 -0800)
This corrects a recent checkin, which used an experimental
version of this file by mistake.  Stick with the standard version.

lib/fcntl.in.h

index fb402ee1f0f8fa98f059df790ce176675a51dc55..604c31b7984a158853a48cfc6cd4b93bb4a9b77c 100644 (file)
@@ -213,11 +213,7 @@ _GL_WARN_ON_USE (openat, "openat is not portable - "
 #endif
 
 #ifndef O_EXEC
-# ifdef O_PATH
-#  define O_EXEC O_PATH
-# else
-#  define O_EXEC O_RDONLY /* This is often close enough in older systems.  */
-# endif
+# define O_EXEC O_RDONLY /* This is often close enough in older systems.  */
 #endif
 
 #ifndef O_IGNORE_CTTY
@@ -274,11 +270,7 @@ _GL_WARN_ON_USE (openat, "openat is not portable - "
 #endif
 
 #ifndef O_SEARCH
-# ifdef O_PATH
-#  define O_SEARCH O_PATH
-# else
-#  define O_SEARCH O_RDONLY /* This is often close enough in older systems.  */
-# endif
+# define O_SEARCH O_RDONLY /* This is often close enough in older systems.  */
 #endif
 
 #ifndef O_SYNC