]> sourceware.org Git - glibc.git/commitdiff
hppa: fix __O_SYNC to match the kernel
authorJohn David Anglin <dave.anglin@bell.net>
Sun, 10 Aug 2014 14:00:23 +0000 (10:00 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 10 Aug 2014 14:00:23 +0000 (10:00 -0400)
ports/sysdeps/unix/sysv/linux/hppa/bits/fcntl.h

index f596d5f100869f3ceebc5a4315520982c0a2962a..24b564cb0ca1dc8daa3849d7beeae14cc18cca8e 100644 (file)
@@ -27,7 +27,7 @@
 #define O_NONBLOCK     00200004 /* HPUX has separate NDELAY & NONBLOCK */
 #define __O_DSYNC      01000000
 #define __O_RSYNC      02000000 /* HPUX only */
-#define __O_SYNC       01000000
+#define __O_SYNC       00100000
 #define O_SYNC         (__O_SYNC|__O_DSYNC)
 
 #define O_BLKSEEK      00000100 /* HPUX only */
This page took 0.047842 seconds and 5 git commands to generate.