aboutsummaryrefslogtreecommitdiffstats
path: root/guts/symlink.c
blob: 487c135a2e10a91447adc0556da27642e72762b9 (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_symlink(const char *oldname, const char *newpath) {
 *	int rc = -1;
 */

	rc = wrap_symlinkat(oldname, AT_FDCWD, newpath);

/*	return rc;
 * }
 */