remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl.git] / src / temp / mkostemp.c
blobe3dfdd912428c42434ecabb8a5857dd79401fb7d
1 #define _BSD_SOURCE
2 #include <stdlib.h>
4 int mkostemp(char *template, int flags)
6 return __mkostemps(template, 0, flags);