mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
(O_DIRECTORY, O_NOFOLLOW): New macros.
This commit is contained in:
@ -37,6 +37,8 @@
|
|||||||
#define O_NONBLOCK 0x4000
|
#define O_NONBLOCK 0x4000
|
||||||
#define O_NDELAY (0x0004 | O_NONBLOCK)
|
#define O_NDELAY (0x0004 | O_NONBLOCK)
|
||||||
#define O_NOCTTY 0x8000 /* not fcntl */
|
#define O_NOCTTY 0x8000 /* not fcntl */
|
||||||
|
#define O_DIRECTORY 0x10000 /* must be a directory */
|
||||||
|
#define O_NOFOLLOW 0x20000 /* don't follow links */
|
||||||
|
|
||||||
/* XXX missing */
|
/* XXX missing */
|
||||||
#define O_LARGEFILE 0
|
#define O_LARGEFILE 0
|
||||||
|
Reference in New Issue
Block a user