aboutsummaryrefslogtreecommitdiff
blob: b36428b676d398602207e8a4909be0c6be902617 (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() SB_SAFE_OPEN_INT(pathname, flags)
#include "__openat_2.c"