summaryrefslogtreecommitdiff
path: root/modules/mkfifo
blob: 7bf43b44c94d6ee5a4ae05c2d020ad80ce20b88f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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