NEWS.stable: update
[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 lib/mknodat.c
7 m4/mkfifoat.m4
8
9 Depends-on:
10 sys_stat
11 extensions
12 fcntl-h
13 mkfifo          [test $HAVE_MKFIFOAT = 0]
14 mknod           [test $HAVE_MKNODAT = 0]
15 openat          [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
16
17 configure.ac:
18 gl_FUNC_MKFIFOAT
19 gl_UNISTD_MODULE_INDICATOR([mkfifoat])
20 gl_UNISTD_MODULE_INDICATOR([mknodat])
21
22 Makefile.am:
23
24 Include:
25 <fcntl.h>
26 <sys/stat.h>
27
28 License:
29 GPL
30
31 Maintainer:
32 Jim Meyering, Eric Blake