summaryrefslogtreecommitdiff
path: root/src/stdlib/mkstemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/mkstemp.c')
-rw-r--r--src/stdlib/mkstemp.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/stdlib/mkstemp.c b/src/stdlib/mkstemp.c
index 6c97e468..7e721167 100644
--- a/src/stdlib/mkstemp.c
+++ b/src/stdlib/mkstemp.c
@@ -1,9 +1,9 @@
-#if 0
-
#include <stdlib.h>
+#include "_stdlib.h"
int mkstemp(char * template)
{
+ SIGNAL_SAFE(0);
return 0;
}
@@ -11,6 +11,3 @@ int mkstemp(char * template)
XOPEN(400)
POSIX(200809)
*/
-
-
-#endif