about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-06-14 10:06:07 +0000
committerRoland McGrath <roland@gnu.org>2001-06-14 10:06:07 +0000
commiteeeeed6a562ffffadd9d45e363c4d93215260974 (patch)
tree5bf8177fdc433b5984c24e08df603910eb32bf77 /ChangeLog
parent3de5235f0f90e84424a481958c64de72b81cfdf7 (diff)
downloadglibc-eeeeed6a562ffffadd9d45e363c4d93215260974.tar.gz
glibc-eeeeed6a562ffffadd9d45e363c4d93215260974.tar.xz
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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e4ad754ec..10fab7dd5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.