From: Ulrich Drepper Date: Fri, 23 Oct 1998 23:21:47 +0000 (+0000) Subject: (O_DIRECTORY, O_NOFOLLOW): New macros. X-Git-Tag: cvs/glibc-2_0_100~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce9d89b38b93fd415fca5c9f96c720a73e354e9d;p=thirdparty%2Fglibc.git (O_DIRECTORY, O_NOFOLLOW): New macros. --- diff --git a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h index 2fa0cd8b206..b86c65d9939 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h @@ -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