Git fork
at reftables-rust 9 lines 181 B view 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 */ 7int enable_pipe_nonblock(int fd); 8 9#endif