NEWS.stable: log cherry-pick [d1fa59e]->[e238a25] strtoimax, strtoumax: Document...
[gnulib.git] / lib / isapipe.h
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);