utimens: Fix test failure on macOS 10.13.
[gnulib.git] / modules / mknod
blob1f647efe70918a99f0996a849d32a0ad56a3bbdb
1 Description:
2 mknod() function: create various special devices
4 Files:
5 lib/mknod.c
6 m4/mknod.m4
8 Depends-on:
9 sys_stat
10 extensions
11 mkfifo          [test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1]
12 stat            [test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1]
14 configure.ac:
15 gl_FUNC_MKNOD
16 if test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1; then
17   AC_LIBOBJ([mknod])
19 gl_UNISTD_MODULE_INDICATOR([mknod])
21 Makefile.am:
23 Include:
24 <sys/stat.h>
26 License:
27 LGPL
29 Maintainer:
30 Eric Blake