m68k: add O_PATH to bits/fcntl.h

This commit is contained in:
Andreas Schwab 2011-04-03 23:57:44 +02:00
parent f3bb0652be
commit ece7d80e58
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2011-04-03 Andreas Schwab <schwab@linux-m68k.org> 2011-04-03 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Update comments. * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Update comments.
(O_PATH): Define.
2011-03-06 Andreas Schwab <schwab@linux-m68k.org> 2011-03-06 Andreas Schwab <schwab@linux-m68k.org>

View File

@ -51,7 +51,8 @@
#endif #endif
#ifdef __USE_GNU #ifdef __USE_GNU
# define O_DIRECT 0200000 /* Direct disk access. */ # define O_DIRECT 0200000 /* Direct disk access. */
# define O_NOATIME 01000000 /* Do not set atime. */ # define O_NOATIME 01000000 /* Do not set atime. */
# define O_PATH 010000000 /* Resolve pathname but do not open file. */
#endif #endif
/* For now Linux has synchronisity options for data and read operations. /* For now Linux has synchronisity options for data and read operations.