* 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:
@@ -527,6 +527,8 @@ perror
|
||||
_perror = perror
|
||||
pipe
|
||||
_pipe
|
||||
poll
|
||||
_poll = poll
|
||||
pow
|
||||
_pow = pow
|
||||
powf
|
||||
|
Reference in New Issue
Block a user