mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
hppa: fix __O_SYNC to match the kernel
This commit is contained in:
parent
f8ab5d38fd
commit
49f476f479
@ -1,3 +1,8 @@
|
||||
2015-02-27 John David Anglin <dave.anglin@bell.net>
|
||||
|
||||
* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
|
||||
to 00100000.
|
||||
|
||||
2015-02-27 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/ieee754/k_standard.c (CSTR): Add comment.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user