diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-15 15:47:52 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-15 15:47:52 -0700 |
commit | e04e272d21d57a5e84af253c085a80de9b2f7e9f (patch) | |
tree | 8cc04c7704b149872aa2778752240c6005004438 /ChangeLog | |
parent | 952bf94a281fb855c169f43fb7330b4dc655063a (diff) | |
download | glibc-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |