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

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