From: Ulrich Drepper Date: Fri, 23 Oct 1998 23:24:00 +0000 (+0000) Subject: (O_NOFOLLOW): New macro. X-Git-Tag: upstream/2.30~10627^2~3046 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47754990f43562e7076631fc27b040e12c85e5d1;p=external%2Fglibc.git (O_NOFOLLOW): New macro. --- diff --git a/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h index e67ad19..70ebbeb 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h @@ -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. */