aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-15 15:47:52 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-15 15:47:52 -0700
commite04e272d21d57a5e84af253c085a80de9b2f7e9f (patch)
tree8cc04c7704b149872aa2778752240c6005004438 /ChangeLog
parent952bf94a281fb855c169f43fb7330b4dc655063a (diff)
downloadglibc-e04e272d21d57a5e84af253c085a80de9b2f7e9f.zip
glibc-e04e272d21d57a5e84af253c085a80de9b2f7e9f.tar.gz
glibc-e04e272d21d57a5e84af253c085a80de9b2f7e9f.tar.bz2
Define O_DSYNC and O_RSYNC in generic/4.4 bits/fcntl.h file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dd5842..a31fa48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-08-15 Roland McGrath <roland@hack.frob.com>
+ * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
+ (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
+
* misc/lseek.c: File moved to ...
* io/lseek.c: ... here.