aboutsummaryrefslogtreecommitdiff
blob: a49bab5dea082da90e6d294b185e08c8b5d37c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * __open_2() wrapper (_FORTIFY_SOURCE).
 *
 * Copyright 1999-2009 Gentoo Foundation
 * Licensed under the GPL-2
 */

#define WRAPPER_ARGS_PROTO const char *pathname, int flags
#define WRAPPER_ARGS pathname, flags
#define WRAPPER_SAFE() FUNCTION_SANDBOX_SAFE_OPEN_INT(pathname, flags)
#include "__openat_2.c"