diff options
Diffstat (limited to 'src/stdio')
-rw-r--r-- | src/stdio/__printf.c | 4 | ||||
-rw-r--r-- | src/stdio/__stdio.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/stdio/__printf.c b/src/stdio/__printf.c index e82156b9..38dd012b 100644 --- a/src/stdio/__printf.c +++ b/src/stdio/__printf.c @@ -341,7 +341,3 @@ int (__printf)(struct io_options *opt, const char * format, va_list arg) return nout; } - -/* -STDC(0) -*/ diff --git a/src/stdio/__stdio.c b/src/stdio/__stdio.c index 7170ee63..57843a30 100644 --- a/src/stdio/__stdio.c +++ b/src/stdio/__stdio.c @@ -5,7 +5,3 @@ struct __stdio __stdio = { { 0 } }, "/dev/tty", }; - -/* -STDC(0) -*/ |