]> git.llucax.com Git - software/libev.git/blobdiff - ev_poll.c
*** empty log message ***
[software/libev.git] / ev_poll.c
index 726a45bce36697b48b0477d68d1bbb974beddfbd..626aa27ae0808b4bbed8d3d5df8cba93367c3869 100644 (file)
--- 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++;
   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;
     }
 
       polls [idx].fd = fd;
     }