diff options
author | Roland McGrath <roland@gnu.org> | 1998-12-06 00:44:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-12-06 00:44:12 +0000 |
commit | 0d3eb016d62e69b1d13e7305faa2aafc247e99ad (patch) | |
tree | d2de284cd300d3cd4258f5eb4f56db1ada7421c5 /ChangeLog | |
parent | 7885870df337869581a87f7308e40af7ad0285db (diff) | |
download | glibc-0d3eb016d62e69b1d13e7305faa2aafc247e99ad.tar.gz glibc-0d3eb016d62e69b1d13e7305faa2aafc247e99ad.tar.xz glibc-0d3eb016d62e69b1d13e7305faa2aafc247e99ad.zip |
1998-12-05 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/pselect.c: New file. * sysdeps/mach/hurd/poll.c: New file. * hurd/Makefile (routines): Add hurdselect. * hurd/hurdselect.c: New file. (_hurd_select): New function, guts taken from ... * sysdeps/mach/hurd/select.c (__select): ... here. Now work by just calling _hurd_select. * hurd/hurd/fd.h: Declare _hurd_select. 1998-12-05 Roland McGrath <roland@baalperazim.frob.com> * time/strptime.c: Fix unterminated comment in last change. * argp/argp.h: Add __restrict.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 70039a8cf3..6d84569448 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +1998-12-05 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/mach/hurd/pselect.c: New file. + + * sysdeps/mach/hurd/poll.c: New file. + + * hurd/Makefile (routines): Add hurdselect. + * hurd/hurdselect.c: New file. + (_hurd_select): New function, guts taken from ... + * sysdeps/mach/hurd/select.c (__select): ... here. + Now work by just calling _hurd_select. + * hurd/hurd/fd.h: Declare _hurd_select. + +1998-12-05 Roland McGrath <roland@baalperazim.frob.com> + + * time/strptime.c: Fix unterminated comment in last change. + 1998-12-05 Ulrich Drepper <drepper@cygnus.com> * ctype/ctype.h (_ISbit): Protect use of parameter with @@ -13,7 +30,7 @@ 1998-12-04 Ulrich Drepper <drepper@cygnus.com> - * argp/argp.h: Add __retrict. + * argp/argp.h: Add __restrict. * dirent/dirent.h: Likewise. * elf/dlfcn.h: Likewise. * grp/grp.h: Likewise. |