* poll.cc: New file. Implement `poll' system call.

* include/poll.h: Ditto.
        * include/sys/poll.h: Ditto.
        * Makefile.in: Add poll.o as dependency.
        * cygwin.din: Add poll and _poll symbols.
This commit is contained in:
Corinna Vinschen
2000-07-04 16:58:49 +00:00
parent f88cc35383
commit afb7e7196a
6 changed files with 119 additions and 1 deletions

View File

@ -0,0 +1 @@
#include <sys/poll.h>