]> git.llucax.com Git - software/libev.git/blobdiff - ev_poll.c
renamed METHODs to BACKENDs
[software/libev.git] / ev_poll.c
index 726a45bce36697b48b0477d68d1bbb974beddfbd..2995218bf8b6b138d27aa7501fce307702b15650 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;
     }
 
@@ -115,7 +115,7 @@ poll_init (EV_P_ int flags)
   pollidxs = 0; pollidxmax = 0;
   polls    = 0; pollmax    = 0; pollcnt = 0;
 
   pollidxs = 0; pollidxmax = 0;
   polls    = 0; pollmax    = 0; pollcnt = 0;
 
-  return EVMETHOD_POLL;
+  return EVBACKEND_POLL;
 }
 
 static void
 }
 
 static void