diff options
Diffstat (limited to 'src/stdio/__scanf.c')
| -rw-r--r-- | src/stdio/__scanf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stdio/__scanf.c b/src/stdio/__scanf.c index 7451ad4a..ed837b44 100644 --- a/src/stdio/__scanf.c +++ b/src/stdio/__scanf.c @@ -1,5 +1,3 @@ -#if 0 - #include <stdarg.h> #include <stdio.h> #include "_stdio.h" @@ -12,5 +10,7 @@ int __scanf(struct io_options *opt, const char * format, va_list arg) return 0; } - -#endif +/* +STDC(0) +SIGNAL_SAFE(0) +*/ |
