repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
mkdir
blob
2f1850c61bc638251af04abd8a5e8995832aceb6
1
Description:
2
mkdir() function: create a directory.
3
4
Files:
5
lib/mkdir.c
6
m4/mkdir.m4
7
8
Depends-on:
9
sys_stat
10
dirname-lgpl [test $REPLACE_MKDIR = 1]
11
stat [test $REPLACE_MKDIR = 1]
12
13
configure.ac:
14
gl_FUNC_MKDIR
15
if test $REPLACE_MKDIR = 1; then
16
AC_LIBOBJ([mkdir])
17
fi
18
19
Makefile.am:
20
21
Include:
22
<sys/stat.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
Jim Meyering