Raw
1 #ifndef COMPAT_NONBLOCK_H
2 #define COMPAT_NONBLOCK_H
3
4 /*
5 * Enable non-blocking I/O for the pipe specified by the passed-in descriptor.
6 */
7 int enable_pipe_nonblock(int fd);
8
9 #endif