summaryrefslogtreecommitdiff
path: root/ev_kqueue.c
diff options
context:
space:
mode:
authorroot <root>2008-10-29 06:32:48 +0000
committerroot <root>2008-10-29 06:32:48 +0000
commit2e4b61ec1d566fe6fc68a371f5cb3d8a82e93d6b (patch)
tree30b3cde30b9e5d29e37dea92118b0a0ab5c28be8 /ev_kqueue.c
parentcb886a59b65819e53608f12d6b40db724d7e1e87 (diff)
*** empty log message ***
Diffstat (limited to 'ev_kqueue.c')
-rw-r--r--ev_kqueue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev_kqueue.c b/ev_kqueue.c
index c8dc69a..63828d6 100644
--- a/ev_kqueue.c
+++ b/ev_kqueue.c
@@ -101,7 +101,7 @@ kqueue_poll (EV_P_ ev_tstamp timeout)
if (expect_false (res < 0))
{
if (errno != EINTR)
- syserr ("(libev) kevent");
+ ev_syserr ("(libev) kevent");
return;
}
@@ -184,7 +184,7 @@ kqueue_fork (EV_P)
close (backend_fd);
while ((backend_fd = kqueue ()) < 0)
- syserr ("(libev) kqueue");
+ ev_syserr ("(libev) kqueue");
fcntl (backend_fd, F_SETFD, FD_CLOEXEC);