(O_DIRECTORY, O_NOFOLLOW): New macros.

This commit is contained in:
Ulrich Drepper 1998-10-23 23:21:47 +00:00
parent d606f528f7
commit ce9d89b38b
1 changed files with 2 additions and 0 deletions

View 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