aboutsummaryrefslogtreecommitdiffstats
path: root/guts/lchown.c
blob: be06a8de4254877fc48b3217ac1bb0bcc1615ce3 (plain)
1
2
3
4
5
6
7
8
9
10
/* 
 * 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;
 * }
 */