aboutsummaryrefslogtreecommitdiff
blob: 722b313c28f12207926c2b7378dfaba8eb4b97a9 (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() SB_SAFE_ACCESS_AT(dirfd, pathname, mode)
#include "__wrapper_simple.c"