mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-04 16:50:13 +00:00
Define O_DIRECT.
Correct comment for O_LARGEFILE.
This commit is contained in:
parent
d7eae898a7
commit
1af688f19c
@ -43,7 +43,11 @@
|
||||
#define O_FSYNC O_SYNC
|
||||
#define O_ASYNC 020000 /* fcntl, for BSD compatibility */
|
||||
|
||||
/* XXX missing */
|
||||
#ifdef __USE_GNU
|
||||
# define O_DIRECT 040000 /* Direct disk access. */
|
||||
#endif
|
||||
|
||||
/* Not necessary, files are always with 64bit off_t. */
|
||||
#define O_LARGEFILE 0
|
||||
|
||||
/* Values for the second argument to `fcntl'. */
|
||||
|
Loading…
Reference in New Issue
Block a user