]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Mon, 12 Nov 2007 05:53:55 +0000 (05:53 +0000)
committerroot <root>
Mon, 12 Nov 2007 05:53:55 +0000 (05:53 +0000)
ev.c
ev.h

diff --git a/ev.c b/ev.c
index ce8987f39bbd3e4b702aad1e6411441dac325aec..207ecd1ee5851542364d88cd3d330db4faa7f1a7 100644 (file)
--- a/ev.c
+++ b/ev.c
@@ -895,7 +895,7 @@ struct ev_loop *
 #else
 int
 #endif
-ev_default_loop (unsigned int methods)
+ev_default_loop (unsigned int flags)
 {
   if (sigpipe [0] == sigpipe [1])
     if (pipe (sigpipe))
diff --git a/ev.h b/ev.h
index 4e4c378e0c029f8fc7265bea18c0d9313c55c8a5..62200da06a33f43af06a49880a9f0b57e97ca91f 100644 (file)
--- a/ev.h
+++ b/ev.h
@@ -280,7 +280,7 @@ ev_tstamp ev_now (EV_P); /* time w.r.t. timers and the eventloop, updated after
 
 # else
 
-int ev_default_loop (int methods); /* returns true when successful */
+int ev_default_loop (unsigned int flags); /* returns true when successful */
 
 static ev_tstamp
 ev_now (void)