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
ssfmalloc: Portability to Cygwin.
[gnulib.git]
/
modules
/
unlink
blob
9e57184905a9835611f5ba16ad66dd68ac43207f
1
Description:
2
unlink() function: remove a file.
3
4
Files:
5
lib/unlink.c
6
m4/unlink.m4
7
8
Depends-on:
9
unistd
10
filename [test $REPLACE_UNLINK = 1]
11
lstat [test $REPLACE_UNLINK = 1]
12
malloc-posix [test $REPLACE_UNLINK = 1]
13
14
configure.ac:
15
gl_FUNC_UNLINK
16
if test $REPLACE_UNLINK = 1; then
17
AC_LIBOBJ([unlink])
18
fi
19
gl_UNISTD_MODULE_INDICATOR([unlink])
20
21
Makefile.am:
22
23
Include:
24
<unistd.h>
25
26
License:
27
LGPLv2+
28
29
Maintainer:
30
Eric Blake