aboutsummaryrefslogtreecommitdiffstats
path: root/guts/unlink.c
blob: 369089b10b99c5992c7f41541104aa28dbcb06fc (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static int
 * wrap_unlink(const char *path) {
 *	int rc = -1;
 */

	rc = wrap_unlinkat(AT_FDCWD, path, 0);

/*	return rc;
 * }
 */