The eighth batch
[alt-git.git] / compat / nonblock.h
blobaf1a331301df0f1460f1bc4c253a2db75a411605
1 #ifndef COMPAT_NONBLOCK_H
2 #define COMPAT_NONBLOCK_H
4 /*
5 * Enable non-blocking I/O for the pipe specified by the passed-in descriptor.
6 */
7 int enable_pipe_nonblock(int fd);
9 #endif