(O_NOFOLLOW): New macro.
authorUlrich Drepper <drepper@redhat.com>
Fri, 23 Oct 1998 23:24:00 +0000 (23:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 23 Oct 1998 23:24:00 +0000 (23:24 +0000)
sysdeps/unix/sysv/linux/alpha/bits/fcntl.h

index e67ad19..70ebbeb 100644 (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.  */