aboutsummaryrefslogtreecommitdiff
blob: 49624907e4c76d82202b237405c116c66e4d7421 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * mkdir() wrapper.
 *
 * Copyright 1999-2009 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() SB_SAFE(pathname)
#include "mkdirat.c"