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

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