/* * 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; * } */