/* * mknodat() wrapper. * * Copyright 1999-2008 Gentoo Foundation * Licensed under the GPL-2 */ #define WRAPPER_ARGS_PROTO int dirfd, const char *pathname, mode_t mode, dev_t dev #define WRAPPER_ARGS dirfd, pathname, mode, dev #define WRAPPER_SAFE() SB_SAFE_AT(dirfd, pathname, 0) #include "__wrapper_simple.c"