repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ci: avoid bare "gcc" for osx-gcc job
[git.git]
/
compat
/
nonblock.h
blob
af1a331301df0f1460f1bc4c253a2db75a411605
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