aboutsummaryrefslogtreecommitdiffstats
path: root/guts/lchown.c
blob: 4eb1202d04668520006f92d91ba0c5521b2d170d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 
 * Copyright (c) 2008-2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * static int
 * wrap_lchown(const char *path, uid_t owner, gid_t group) {
 */

	rc = wrap_fchownat(AT_FDCWD, path, owner, group, AT_SYMLINK_NOFOLLOW);

/*	return rc;
 * }
 */