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

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