summaryrefslogtreecommitdiff
path: root/ev_poll.c
diff options
context:
space:
mode:
authorroot <root>2007-11-12 05:40:55 +0000
committerroot <root>2007-11-12 05:40:55 +0000
commit7e305734bf37cb00b5be4f32a80bccdf83c768b8 (patch)
tree941a0a48e1b2771850b919a577685f1b8b38983c /ev_poll.c
parente0e6405dcc1fa8cdfe05ddc51fe252bd3a4e6fa4 (diff)
applied patches by W.C.A. Wijngaards, changed env variable handling
Diffstat (limited to 'ev_poll.c')
-rw-r--r--ev_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_poll.c b/ev_poll.c
index 4812021..726a45b 100644
--- a/ev_poll.c
+++ b/ev_poll.c
@@ -53,7 +53,7 @@ poll_modify (EV_P_ int fd, int oev, int nev)
if (idx < 0) /* need to allocate a new pollfd */
{
pollidxs [fd] = idx = pollcnt++;
- array_needsize (struct pollfd, polls, pollmax, pollcnt, );
+ array_needsize (struct pollfd, polls, pollmax, pollcnt, (void));
polls [idx].fd = fd;
}