diff options
author | root <root> | 2010-10-31 22:19:38 +0000 |
---|---|---|
committer | root <root> | 2010-10-31 22:19:38 +0000 |
commit | 6c9a96f86eb858daf10a0731df61952c1a0a69ef (patch) | |
tree | 4ff5664513a8256bd688bf3499d1c68fa4af5ca5 | |
parent | f919436660710d0e27f25264a12b301c60e66065 (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -243,7 +243,7 @@ the current system, you would need to look at C<ev_embeddable_backends () See the description of C<ev_embed> watchers for more info. -=item ev_set_allocator (void *(*cb)(void *ptr, long size)) [NOT REENTRANT] +=item ev_set_allocator (void *(*cb)(void *ptr, long size)) Sets the allocation function to use (the prototype is similar - the semantics are identical to the C<realloc> C89/SuS/POSIX function). It is @@ -279,7 +279,7 @@ retries (example requires a standards-compliant C<realloc>). ... ev_set_allocator (persistent_realloc); -=item ev_set_syserr_cb (void (*cb)(const char *msg)); [NOT REENTRANT] +=item ev_set_syserr_cb (void (*cb)(const char *msg)) Set the callback function to call on a retryable system call error (such as failed select, poll, epoll_wait). The message is a printable string |