mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
e71bb18ba1
* lib/unlink.c (rpl_unlink): Use issymlink instead of readlink. * modules/unlink (Depends-on): Remove readlink. Add issymlink.
33 lines
536 B
Plaintext
33 lines
536 B
Plaintext
Description:
|
|
unlink() function: remove a file.
|
|
|
|
Files:
|
|
lib/unlink.c
|
|
m4/unlink.m4
|
|
|
|
Depends-on:
|
|
unistd-h
|
|
filename [test $REPLACE_UNLINK = 1]
|
|
issymlink [test $REPLACE_UNLINK = 1]
|
|
lstat [test $REPLACE_UNLINK = 1]
|
|
malloc-posix [test $REPLACE_UNLINK = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_UNLINK
|
|
gl_CONDITIONAL([GL_COND_OBJ_UNLINK], [test $REPLACE_UNLINK = 1])
|
|
gl_UNISTD_MODULE_INDICATOR([unlink])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_UNLINK
|
|
lib_SOURCES += unlink.c
|
|
endif
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Eric Blake
|