summaryrefslogtreecommitdiff
path: root/src/stdio/tempnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/tempnam.c')
-rw-r--r--src/stdio/tempnam.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/tempnam.c b/src/stdio/tempnam.c
index d35dde0d..719f94ca 100644
--- a/src/stdio/tempnam.c
+++ b/src/stdio/tempnam.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
char * tempnam(const char * dir, const char * pfx)
@@ -8,3 +10,6 @@ char * tempnam(const char * dir, const char * pfx)
/*
XOPEN(4)
*/
+
+
+#endif