add helpful #define HAVE_EAGAIN_READWRITE

master
leitner 10 years ago
parent 39e7ee90bb
commit 25d9c5a6c7

@ -66,6 +66,7 @@ void io_check();
/* signal that read/accept/whatever returned EAGAIN */
/* needed for SIGIO and epoll */
void io_eagain(int64 d); /* do not use, API was a bad idea */
#define HAVE_EAGAIN_READWRITE
void io_eagain_read(int64 d); /* use these ones */
void io_eagain_write(int64 d);

Loading…
Cancel
Save