diff options
author | Roland McGrath <roland@gnu.org> | 2001-06-14 10:06:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-06-14 10:06:07 +0000 |
commit | eeeeed6a562ffffadd9d45e363c4d93215260974 (patch) | |
tree | 5bf8177fdc433b5984c24e08df603910eb32bf77 /ChangeLog | |
parent | 3de5235f0f90e84424a481958c64de72b81cfdf7 (diff) | |
download | glibc-eeeeed6a562ffffadd9d45e363c4d93215260974.tar glibc-eeeeed6a562ffffadd9d45e363c4d93215260974.tar.gz glibc-eeeeed6a562ffffadd9d45e363c4d93215260974.tar.bz2 glibc-eeeeed6a562ffffadd9d45e363c4d93215260974.zip |
* sysdeps/mach/hurd/bits/fcntl.h [ __USE_POSIX199309 || __USE_UNIX98]:
(O_DSYNC, O_RSYNC): New macros, both defined to O_SYNC as Linux does.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2001-06-14 Roland McGrath <roland@frob.com> + + * sysdeps/mach/hurd/bits/fcntl.h [ __USE_POSIX199309 || __USE_UNIX98]: + (O_DSYNC, O_RSYNC): New macros, both defined to O_SYNC as Linux does. + 2001-06-13 Roland McGrath <roland@frob.com> * rt/aio_notify.c: Include <unistd.h> for _POSIX_REALTIME_SIGNALS. |