summaryrefslogtreecommitdiff
path: root/ev_poll.c
diff options
context:
space:
mode:
authorroot <root>2007-11-12 20:03:39 +0000
committerroot <root>2007-11-12 20:03:39 +0000
commit41a098dde97e50ab992166256ba6da1ffc2e431c (patch)
treedb548f0cbc84955ffd32a4bdf241ee5a577a202b /ev_poll.c
parent2e79dc15d2fba4b69c8f62c2bf08a0899a3c578d (diff)
*** empty log message ***
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 726a45b..626aa27 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, (void));
+ array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2);
polls [idx].fd = fd;
}