Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2000-07-04 20:58:49 +0400
committerCorinna Vinschen <corinna@vinschen.de>2000-07-04 20:58:49 +0400
commitafb7e7196a6dc16c145a455d6cf0761cbaeb7a48 (patch)
treedf00f47f3e724366b081f190f7a122019c68bdc7 /winsup/cygwin/cygwin.din
parentf88cc353838d8e406545d08f98eea8ad4b4cac5c (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index ed2fdcd91..22c113724 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -527,6 +527,8 @@ perror
_perror = perror
pipe
_pipe
+poll
+_poll = poll
pow
_pow = pow
powf