debian man page for io_eagain

Query: io_eagain

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

io_eagain(3)						     Library Functions Manual						      io_eagain(3)

NAME
io_eagain - tell io_wait that you got an EAGAIN
SYNTAX
#include <io.h> void io_eagain(int64 fd);
DESCRIPTION
If io_wait() said that you can read from a descriptor, you try to read from it, and you get EAGAIN, you need to tell io_wait(). This is important for edge triggered event notification schemes like Linux 2.4's SIGIO, or you will lose events. io_tryread(), io_trywrite() and io_sendfile() and iob_send() already take care of this for you. This function is only of interest if you integrate io_wait() with legacy code that uses read/write directly.
SEE ALSO
io_wait(3) io_eagain(3)
Related Man Pages
io_canwrite(3) - debian
io_tryread(3) - debian
io_waitread(3) - debian
iob_write(3) - debian
epoll(7) - php
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
How to copy a column of multiple files and paste into new excel file (next to column)?