diff options
author | Roland McGrath <roland@gnu.org> | 1998-08-11 23:28:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-08-11 23:28:49 +0000 |
commit | 259d930a0c04ad15e05081d191bff245830d164a (patch) | |
tree | fffbdfe473d59441b7ed446911d7c2bef2f4b845 /ChangeLog | |
parent | d6765f1da60acf05871ce09164416eaba58d324f (diff) | |
download | glibc-259d930a0c04ad15e05081d191bff245830d164a.zip glibc-259d930a0c04ad15e05081d191bff245830d164a.tar.gz glibc-259d930a0c04ad15e05081d191bff245830d164a.tar.bz2 |
* 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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |