aboutsummaryrefslogtreecommitdiff
blob: 430233f3e1ffadc8d25710ee1651d80759750659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * mkdir() 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)
#define sb_mkdirat_pre_check sb_mkdir_pre_check
#include "mkdirat.c"
#undef sb_mkdirat_pre_check