]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(O_DIRECTORY, O_NOFOLLOW): New macros.
authorUlrich Drepper <drepper@redhat.com>
Fri, 23 Oct 1998 23:21:47 +0000 (23:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 23 Oct 1998 23:21:47 +0000 (23:21 +0000)
sysdeps/unix/sysv/linux/sparc/bits/fcntl.h

index 2fa0cd8b2066350766224cc5731c783bfb1c6a05..b86c65d99395a0042701f63eb6dd4a2921db467a 100644 (file)
@@ -37,6 +37,8 @@
 #define O_NONBLOCK     0x4000
 #define O_NDELAY       (0x0004 | O_NONBLOCK)
 #define O_NOCTTY       0x8000  /* not fcntl */
+#define O_DIRECTORY    0x10000 /* must be a directory */
+#define O_NOFOLLOW     0x20000 /* don't follow links */
 
 /* XXX missing */
 #define O_LARGEFILE    0