blob: 76c835bb01bc50806a0fcab39cec4a727d32db6e [file] [log] [blame]
#include <stdlib.h>
int mkstemp(char *template)
{
return __mkostemps(template, 0, 0);
}