Mercurial > hg > octave-lojdl > gnulib-hg
view lib/isapipe.h @ 11077:ddb65537c2d0
On HP-UX, don't pretend it was a SIGSEGV when it was a stack overflow.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 24 Jan 2009 14:05:48 +0100 |
parents | 09d34e7dc0d8 |
children |
line wrap: on
line source
/* Whether pipes are FIFOs; -1 if not known. */ #ifndef HAVE_FIFO_PIPES # define HAVE_FIFO_PIPES (-1) #endif int isapipe (int fd);