about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-08-11 23:28:49 +0000
committerRoland McGrath <roland@gnu.org>1998-08-11 23:28:49 +0000
commit259d930a0c04ad15e05081d191bff245830d164a (patch)
treefffbdfe473d59441b7ed446911d7c2bef2f4b845 /ChangeLog
parentd6765f1da60acf05871ce09164416eaba58d324f (diff)
downloadglibc-259d930a0c04ad15e05081d191bff245830d164a.tar.gz
glibc-259d930a0c04ad15e05081d191bff245830d164a.tar.xz
glibc-259d930a0c04ad15e05081d191bff245830d164a.zip
* sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
	multiple inclusion protection.
	(_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
	_POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
	define all these to 1.
	(_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.

1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5c5faa924..ecb64eca0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
 
+	* sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
+	multiple inclusion protection.
+	(_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
+	_POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
+	define all these to 1.
+	(_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
+
+1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
+
 	* sysdeps/mach/usleep.c: Include <unistd.h>.
 	(usleep): Return void.