* cygwin.din (pselect): Export.

* select.cc (pselect): New function.
	* include/cygwin/version.h: Bump API minor number.
	* include/sys/select.h: Include signal.h.  Declare pselect.
This commit is contained in:
Corinna Vinschen
2005-04-19 08:32:59 +00:00
parent 3b4ed14c7c
commit d02099f239
5 changed files with 44 additions and 1 deletions

View File

@@ -346,6 +346,7 @@ rexec = cygwin_rexec SIGFE
rresvport = cygwin_rresvport SIGFE
_select = cygwin_select SIGFE
select = cygwin_select SIGFE
pselect SIGFE
send = cygwin_send SIGFE
sendmsg = cygwin_sendmsg SIGFE
sendto = cygwin_sendto SIGFE