mkfifoat: new module
[gnulib.git] / modules / mkfifoat
1 Description:
2 mkfifoat() and mknodat(): create named FIFOs relative to a directory
3
4 Files:
5 lib/mkfifoat.c
6 m4/mkfifoat.m4
7
8 Depends-on:
9 extensions
10 fcntl-h
11 openat
12 sys_stat
13
14 configure.ac:
15 gl_FUNC_MKFIFOAT
16 gl_UNISTD_MODULE_INDICATOR([mkfifoat])
17 gl_UNISTD_MODULE_INDICATOR([mknodat])
18
19 Makefile.am:
20
21 Include:
22 <fcntl.h>
23 <sys/stat.h>
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering, Eric Blake