Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
4a8335b2248d934e2e40386af4f1b0495b3c173d
/
.
/
src
/
temp
/
mkstemp.c
blob: 85764af7cd35daa720d41021dbc8bd2803e020e4 [
file
]
#include
<stdlib.h>
#include
"libc.h"
int
__mkostemps
(
char
*,
int
,
int
);
int
mkstemp
(
char
*
template
)
{
return
__mkostemps
(
template
,
0
,
0
);
}
LFS64
(
mkstemp
);