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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
rmdir
blob
85336ba8030f7d1a04791925ffb84039330af61f
1
Description:
2
rmdir() function: delete a directory.
3
4
Files:
5
lib/rmdir.c
6
m4/rmdir.m4
7
8
Depends-on:
9
unistd
10
filename [test $REPLACE_RMDIR = 1]
11
sys_stat [test $REPLACE_RMDIR = 1]
12
13
configure.ac:
14
gl_FUNC_RMDIR
15
if test $REPLACE_RMDIR = 1; then
16
AC_LIBOBJ([rmdir])
17
fi
18
gl_UNISTD_MODULE_INDICATOR([rmdir])
19
20
Makefile.am:
21
22
Include:
23
<unistd.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
Jim Meyering, Eric Blake