summaryrefslogtreecommitdiff
path: root/modules/unlink
blob: 26af43ddcc8bc01af132a6fef9ec4cee2914f1bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description:
unlink() function: remove a file.

Files:
lib/unlink.c
m4/unlink.m4

Depends-on:
unistd
dosname         [test $REPLACE_UNLINK = 1]
lstat           [test $REPLACE_UNLINK = 1]

configure.ac:
gl_FUNC_UNLINK
gl_UNISTD_MODULE_INDICATOR([unlink])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
Eric Blake