Define O_DIRECT.

Correct comment for O_LARGEFILE.
This commit is contained in:
Ulrich Drepper 1998-08-26 00:06:05 +00:00
parent d7eae898a7
commit 1af688f19c

View File

@ -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'. */