(O_NOFOLLOW): New macro.

This commit is contained in:
Ulrich Drepper 1998-10-23 23:24:00 +00:00
parent abcecb5bd2
commit 47754990f4

View File

@ -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. */