From 0d3eb016d62e69b1d13e7305faa2aafc247e99ad Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 6 Dec 1998 00:44:12 +0000 Subject: 1998-12-05 Roland McGrath * 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 * time/strptime.c: Fix unterminated comment in last change. * argp/argp.h: Add __restrict. --- hurd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd/Makefile') 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 \ -- cgit 1.4.1