Define O_PATH for MIPS.

This commit is contained in:
Joseph Myers 2011-04-01 16:30:22 +00:00
parent adb252daea
commit cea4484792
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-04-01 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
2011-04-01 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct

View File

@ -54,6 +54,7 @@
#ifdef __USE_GNU
# define O_DIRECT 0x8000 /* Direct disk access hint. */
# define O_NOATIME 0x40000 /* Do not set atime. */
# define O_PATH 010000000 /* Resolve pathname but do not open file. */
#endif
/* For now Linux has no synchronisity options for data and read operations.