]> git.llucax.com Git - software/libev.git/blobdiff - ev_port.c
experimental, and likely broken, inotify support
[software/libev.git] / ev_port.c
index e6555bb62caac0eb8b4002c25b57424031def99d..db3bae51f916b05e69251221eae0793842ad2a1f 100644 (file)
--- a/ev_port.c
+++ b/ev_port.c
@@ -108,7 +108,7 @@ port_poll (EV_P_ ev_tstamp timeout)
     }
 }
 
-static int
+int inline_size
 port_init (EV_P_ int flags)
 {
   /* Initalize the kernel queue */
@@ -127,15 +127,13 @@ port_init (EV_P_ int flags)
   return EVBACKEND_PORT;
 }
 
-static void
+void inline_size
 port_destroy (EV_P)
 {
-  close (backend_fd);
-
   ev_free (port_events);
 }
 
-static void
+void inline_size
 port_fork (EV_P)
 {
   close (backend_fd);