summaryrefslogtreecommitdiff
path: root/src/stdio/tmpfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/tmpfile.c')
-rw-r--r--src/stdio/tmpfile.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/tmpfile.c b/src/stdio/tmpfile.c
index 06662dd7..b7ae0e77 100644
--- a/src/stdio/tmpfile.c
+++ b/src/stdio/tmpfile.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
/** open a temporary file stream **/
@@ -30,3 +32,6 @@ or when the program exits.
IMPLEMENTATION(Whether the temporary file is removed if the program terminates abnormally)
STDC(1)
*/
+
+
+#endif