]> git.ipfire.org Git - thirdparty/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>
Mon, 9 Feb 2015 15:02:06 +0000 (10:02 -0500)
sysdeps/unix/sysv/linux/hppa/bits/fcntl.h

index 9aad095acdd970fb0c3a203cac257f0343fb9a81..a800e28db23db7aa026e661cdf485d512a017896 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 */