repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
uchar C++ tests: Fix build error on FreeBSD 12.
[gnulib.git]
/
lib
/
isapipe.h
blob
c108e308ad2a094e443350218f5aece97d81ea9c
1
/* Whether pipes are FIFOs; -1 if not known. */
2
#ifndef HAVE_FIFO_PIPES
3
# define HAVE_FIFO_PIPES (-1)
4
#endif
5
6
int
isapipe
(
int
fd
);