aboutsummaryrefslogtreecommitdiffstats
path: root/guts/unlink.c
blob: d8a5d010daf7178cc46bff33501dc6991a07d3e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * Copyright (c) 2008-2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * static int
 * wrap_unlink(const char *path) {
 *	int rc = -1;
 */

	rc = wrap_unlinkat(AT_FDCWD, path, 0);

/*	return rc;
 * }
 */