view modules/mkfifo @ 40197:91454190d749

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Mention GNU/Hurd and GNU/kFreeBSD as well.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:52:19 +0100
parents ad594afe1811
children
line wrap: on
line source

Description:
mkfifo() function: create named FIFO

Files:
lib/mkfifo.c
m4/mkfifo.m4

Depends-on:
sys_stat
stat            [test $HAVE_MKFIFO = 0 || test $REPLACE_MKFIFO = 1]

configure.ac:
gl_FUNC_MKFIFO
if test $HAVE_MKFIFO = 0 || test $REPLACE_MKFIFO = 1; then
  AC_LIBOBJ([mkfifo])
fi
gl_UNISTD_MODULE_INDICATOR([mkfifo])

Makefile.am:

Include:
<sys/stat.h>

License:
LGPL

Maintainer:
Eric Blake