strtoumax: fix typo in previous commit.
[gnulib.git] / modules / mkdirat
1 Description:
2 mkdirat() function: Create a directory relative to a given directory.
3
4 Files:
5 lib/mkdirat.c
6 lib/at-func.c
7 m4/mkdirat.m4
8
9 Depends-on:
10 sys_stat
11 extensions
12 at-internal     [test $HAVE_MKDIRAT = 0]
13 dosname         [test $HAVE_MKDIRAT = 0]
14 errno           [test $HAVE_MKDIRAT = 0]
15 fchdir          [test $HAVE_MKDIRAT = 0]
16 fcntl-h         [test $HAVE_MKDIRAT = 0]
17 mkdir           [test $HAVE_MKDIRAT = 0]
18 openat-die      [test $HAVE_MKDIRAT = 0]
19 openat-h        [test $HAVE_MKDIRAT = 0]
20 save-cwd        [test $HAVE_MKDIRAT = 0]
21 unistd          [test $HAVE_MKDIRAT = 0]
22
23 configure.ac:
24 gl_FUNC_MKDIRAT
25 if test $HAVE_MKDIRAT = 0; then
26   AC_LIBOBJ([mkdirat])
27   gl_PREREQ_MKDIRAT
28 fi
29 gl_SYS_STAT_MODULE_INDICATOR([mkdirat])
30
31 Makefile.am:
32
33 Include:
34 <sys/stat.h>
35
36 License:
37 GPL
38
39 Maintainer:
40 Jim Meyering, Eric Blake