mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Use trunk version of gnulib lib/fcntl.in.h.
This corrects a recent checkin, which used an experimental version of this file by mistake. Stick with the standard version.
This commit is contained in:
parent
7831fb1b9e
commit
f360feb8ec
1 changed files with 2 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue