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

#define WRAPPER_ARGS_PROTO int dirfd, const char *path, mode_t mode, int flags
#define WRAPPER_ARGS dirfd, path, mode, flags
#define WRAPPER_SAFE() SB_SAFE_AT(dirfd, path, flags)
#include "__wrapper_simple.c"