diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-23 23:27:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-23 23:27:48 +0000 |
commit | fc40fc6c926e133c3945cfeea5d3f6708bf849bb (patch) | |
tree | 13958af6166c8aa3826b94f5fd85f6f742a3257e /sysdeps/unix/sysv/linux/alpha | |
parent | ce9d89b38b93fd415fca5c9f96c720a73e354e9d (diff) | |
download | glibc-fc40fc6c926e133c3945cfeea5d3f6708bf849bb.tar.gz glibc-fc40fc6c926e133c3945cfeea5d3f6708bf849bb.tar.xz glibc-fc40fc6c926e133c3945cfeea5d3f6708bf849bb.zip |
Update.
1998-10-23 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOFOLLOW): New macro. * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_LARGEFILE, O_NOFOLLOW, O_DIRECT): New macros. (O_DIRECTORY): Correct definition according to official 2.1.126. * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECTORY, O_NOFOLLOW): New macros.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/bits/fcntl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h index e67ad19f65..70ebbeba61 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. */ |