fstat: Fix module dependency conditions.
[gnulib/ericb.git] / lib / isapipe.h
blobc108e308ad2a094e443350218f5aece97d81ea9c
1 /* Whether pipes are FIFOs; -1 if not known. */
2 #ifndef HAVE_FIFO_PIPES
3 # define HAVE_FIFO_PIPES (-1)
4 #endif
6 int isapipe (int fd);