summaryrefslogtreecommitdiff
path: root/src/temp/mkstemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/temp/mkstemp.c')
-rw-r--r--src/temp/mkstemp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/temp/mkstemp.c b/src/temp/mkstemp.c
index 19d40148..166b8afe 100644
--- a/src/temp/mkstemp.c
+++ b/src/temp/mkstemp.c
@@ -1,9 +1,8 @@
#include <stdlib.h>
-#include "libc.h"
int mkstemp(char *template)
{
return __mkostemps(template, 0, 0);
}
-LFS64(mkstemp);
+weak_alias(mkstemp, mkstemp64);