diff options
author | root <root> | 2007-11-06 00:52:32 +0000 |
---|---|---|
committer | root <root> | 2007-11-06 00:52:32 +0000 |
commit | 499c7e995433fedd0a2333ec6d9bc3768e6224f4 (patch) | |
tree | 63804fd270e45b25889a1d3a380e3912ada25a4b /ev.h | |
parent | deff62d26ff4c1324816c04c0c6db1e4db435870 (diff) |
better fork
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ void ev_set_allocator (void *(*cb)(void *ptr, long size)); * retryable syscall error * (such as failed select, poll, epoll_wait) */ -void ev_set_syserr_cb (void (*cb)(void)); +void ev_set_syserr_cb (void (*cb)(const char *msg)); # if EV_MULTIPLICITY /* the default loop is the only one that handles signals and child watchers */ |