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
tests: fix 'invalid path dir' error
[gnulib.git]
/
modules
/
mkdir
blob
032f1c5b61c8dd1d759f0fe545c1075da80dcf1d
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
12
configure.ac:
13
gl_FUNC_MKDIR
14
if test $REPLACE_MKDIR = 1; then
15
AC_LIBOBJ([mkdir])
16
fi
17
18
Makefile.am:
19
20
Include:
21
<sys/stat.h>
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
Jim Meyering