1998-12-05 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Sun, 6 Dec 1998 00:44:12 +0000 (00:44 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 6 Dec 1998 00:44:12 +0000 (00:44 +0000)
commit0d3eb016d62e69b1d13e7305faa2aafc247e99ad
treed2de284cd300d3cd4258f5eb4f56db1ada7421c5
parent7885870df337869581a87f7308e40af7ad0285db
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.
ChangeLog
hurd/Makefile
hurd/hurd/fd.h
hurd/hurdselect.c [new file with mode: 0644]
sysdeps/mach/hurd/pselect.c [new file with mode: 0644]
sysdeps/mach/hurd/select.c