diff options
author | root <root> | 2007-11-12 20:03:39 +0000 |
---|---|---|
committer | root <root> | 2007-11-12 20:03:39 +0000 |
commit | 41a098dde97e50ab992166256ba6da1ffc2e431c (patch) | |
tree | db548f0cbc84955ffd32a4bdf241ee5a577a202b /ev_poll.c | |
parent | 2e79dc15d2fba4b69c8f62c2bf08a0899a3c578d (diff) |
*** empty log message ***
Diffstat (limited to 'ev_poll.c')
-rw-r--r-- | ev_poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |