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 /hurd/Makefile | |
parent | 7885870df337869581a87f7308e40af7ad0285db (diff) | |
download | glibc-0d3eb016d62e69b1d13e7305faa2aafc247e99ad.tar glibc-0d3eb016d62e69b1d13e7305faa2aafc247e99ad.tar.gz glibc-0d3eb016d62e69b1d13e7305faa2aafc247e99ad.tar.bz2 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 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 250e441acf..07e22ebe1b 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -41,7 +41,7 @@ user-interfaces := $(addprefix hurd/,\ server-interfaces := hurd/msg faultexc routines = hurdstartup hurdinit \ - hurdid hurdlookup hurdpid hurdrlimit hurdprio hurdexec \ + hurdid hurdlookup hurdpid hurdrlimit hurdprio hurdexec hurdselect \ get-host set-host \ path-lookup \ setauth \ |