aboutsummaryrefslogtreecommitdiff
blob: 0ecb87f540716e52370bcd87e1aaa5d4ceff5118 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * mkostemp() wrapper.
 *
 * Copyright 1999-2011 Gentoo Foundation
 * Licensed under the GPL-2
 */

#define WRAPPER_ARGS_PROTO char *template, int flags
#define WRAPPER_ARGS template, flags
#define WRAPPER_SAFE() SB_SAFE(template)
#include "__wrapper_simple.c"