aboutsummaryrefslogtreecommitdiff
blob: 7670775d7ae71b2ac64362111670069c0d6383c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * opendir() wrapper.
 *
 * Copyright 1999-2008 Gentoo Foundation
 * Licensed under the GPL-2
 */

#define WRAPPER_ARGS_PROTO const char *name
#define WRAPPER_ARGS name
#define WRAPPER_SAFE() SB_SAFE(name)
#define WRAPPER_RET_TYPE DIR *
#define WRAPPER_RET_DEFAULT NULL
#include "__wrapper_simple.c"