diff options
Diffstat (limited to 'src/stdio/tmpfile_s.c')
| -rw-r--r-- | src/stdio/tmpfile_s.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/stdio/tmpfile_s.c b/src/stdio/tmpfile_s.c index 84bff0c8..e0562cfd 100644 --- a/src/stdio/tmpfile_s.c +++ b/src/stdio/tmpfile_s.c @@ -1,11 +1,11 @@ -#if 0 - #include <stdio.h> +#include "_stdio.h" /* open a temporary file stream */ errno_t tmpfile_s(FILE * restrict * restrict streamptr) { - __C_EXT(1, 201112L); + SIGNAL_SAFE(0); + (void)streamptr; return 0; } @@ -26,6 +26,3 @@ be automatically removed when closed by fn(fclose) or when the program exits. /* CEXT1(201112) */ - - -#endif |
