#include #include "libc.h" int mkstemp(char *template) { return __mkostemps(template, 0, 0); } LFS64(mkstemp);