view lib/isapipe.h @ 17293:815194217914

stpncpy: port to OS X 10.8 * lib/stpncpy.c (__stpncpy): Parenthesize name when definining function. Problem reported by Assaf Gordon in <http://bugs.gnu.org/13495>.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 21 Jan 2013 22:16:32 -0800
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);