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

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