1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Define O_PATH.

This commit is contained in:
Ulrich Drepper
2011-04-01 11:46:10 -04:00
parent 3167dad07c
commit 658e451d8b
8 changed files with 16 additions and 1 deletions

View File

@ -52,6 +52,7 @@
#ifdef __USE_GNU
# define O_DIRECT 0x100000 /* direct disk access hint */
# define O_NOATIME 0x200000 /* Do not set atime. */
# define O_PATH 0x1000000 /* Resolve pathname but do not open file. */
#endif
#ifdef __USE_LARGEFILE64