mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
(O_NOFOLLOW): New macro.
This commit is contained in:
parent
abcecb5bd2
commit
47754990f4
@ -46,6 +46,7 @@
|
||||
#ifdef __USE_GNU
|
||||
# define O_DIRECT 040000 /* Direct disk access. */
|
||||
# define O_DIRECTORY 0100000 /* Must be a directory. */
|
||||
# define O_NOFOLLOW 0200000 /* Do not follow links. */
|
||||
#endif
|
||||
|
||||
/* Not necessary, files are always with 64bit off_t. */
|
||||
|
Loading…
Reference in New Issue
Block a user