NEWS.stable: log cherry-pick [8446103]->[46519aa] autoupdate
[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 lib/openat-priv.h
8 m4/mkdirat.m4
9
10 Depends-on:
11 sys_stat
12 extensions
13 at-internal     [test $HAVE_MKDIRAT = 0]
14 dosname         [test $HAVE_MKDIRAT = 0]
15 errno           [test $HAVE_MKDIRAT = 0]
16 fchdir          [test $HAVE_MKDIRAT = 0]
17 fcntl-h         [test $HAVE_MKDIRAT = 0]
18 mkdir           [test $HAVE_MKDIRAT = 0]
19 openat-die      [test $HAVE_MKDIRAT = 0]
20 openat-h        [test $HAVE_MKDIRAT = 0]
21 save-cwd        [test $HAVE_MKDIRAT = 0]
22 unistd          [test $HAVE_MKDIRAT = 0]
23
24 configure.ac:
25 gl_FUNC_MKDIRAT
26 if test $HAVE_MKDIRAT = 0; then
27   AC_LIBOBJ([mkdirat])
28   gl_PREREQ_MKDIRAT
29 fi
30 gl_SYS_STAT_MODULE_INDICATOR([mkdirat])
31
32 Makefile.am:
33
34 Include:
35 <sys/stat.h>
36
37 License:
38 GPL
39
40 Maintainer:
41 Jim Meyering, Eric Blake