Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > deee1856ee5f067aa23325d02029ff36 > files > 4

uClibc-0.9.28.1-2mdv2008.0.src.rpm

--- uClibc-0.9.26/libc/sysdeps/linux/sparc/bits/fcntl.h.orig	2002-10-09 20:39:41.000000000 +0000
+++ uClibc-0.9.26/libc/sysdeps/linux/sparc/bits/fcntl.h	2004-06-27 14:33:32.000000000 +0000
@@ -43,6 +43,7 @@
 #ifdef __USE_GNU
 # define O_DIRECTORY	0x10000 /* must be a directory */
 # define O_NOFOLLOW	0x20000 /* don't follow links */
+# define O_DIRECT	0x1000000 /* direct disk access hint */
 # define O_STREAMING	0x4000000/* streaming access */
 #endif