From c340cedafcb9ab5bbd5531f8bfaf007f5cf8531e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 1 Mar 2003 00:09:52 +0000 Subject: (O_DIRECT): Define. --- sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/powerpc') 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 -- cgit v1.2.3