about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-01 00:09:52 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-01 00:09:52 +0000
commitc340cedafcb9ab5bbd5531f8bfaf007f5cf8531e (patch)
treeb80876ef1fa6fb8292d73722be6a980b749a87a7 /sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
parenta6963e69b585107132a602718536b5a9af9bb438 (diff)
downloadglibc-c340cedafcb9ab5bbd5531f8bfaf007f5cf8531e.tar.gz
glibc-c340cedafcb9ab5bbd5531f8bfaf007f5cf8531e.tar.xz
glibc-c340cedafcb9ab5bbd5531f8bfaf007f5cf8531e.zip
(O_DIRECT): Define.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h b/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
index 98608c554f..342fc6548f 100644
--- a/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
@@ -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