aboutsummaryrefslogtreecommitdiff
blob: 69554d3ac7e184388f4bd106861702b551088930 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * chown() wrapper.
 *
 * Copyright 1999-2008 Gentoo Foundation
 * Licensed under the GPL-2
 */

#define WRAPPER_ARGS_PROTO const char *path, uid_t owner, gid_t group
#define WRAPPER_ARGS path, owner, group
#define WRAPPER_SAFE() SB_SAFE(path)
#include "__wrapper_simple.c"