diff options
Diffstat (limited to 'include/asm-i386/fcntl.h')
-rw-r--r-- | include/asm-i386/fcntl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/fcntl.h b/include/asm-i386/fcntl.h index f0ddc3e61..eff29ac8f 100644 --- a/include/asm-i386/fcntl.h +++ b/include/asm-i386/fcntl.h @@ -18,6 +18,8 @@ #define FASYNC 020000 /* fcntl, for BSD compatibility */ #define O_DIRECT 040000 /* direct disk access hint - currently ignored */ #define O_LARGEFILE 0100000 +#define O_DIRECTORY 0200000 /* must be a directory */ +#define O_NOFOLLOW 0400000 /* don't follow links */ #define F_DUPFD 0 /* dup */ #define F_GETFD 1 /* get f_flags */ |