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

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