1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

(O_DIRECT): Define.

This commit is contained in:
Ulrich Drepper
2003-03-01 00:09:52 +00:00
parent a6963e69b5
commit c340cedafc
2 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,7 @@
# define O_DIRECT 0400000 /* Direct disk access. */
# define O_DIRECTORY 040000 /* Must be a directory. */
# define O_NOFOLLOW 0100000 /* Do not follow links. */
# define O_DIRECT 0400000 /* Direct disk access. */
#endif
#ifdef __USE_LARGEFILE64