Define O_DIRECT.
authorUlrich Drepper <drepper@redhat.com>
Wed, 26 Aug 1998 00:06:05 +0000 (00:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 26 Aug 1998 00:06:05 +0000 (00:06 +0000)
Correct comment for O_LARGEFILE.

sysdeps/unix/sysv/linux/alpha/bits/fcntl.h

index 0dc0c47..7cd32a3 100644 (file)
 #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'.  */