diff options
Diffstat (limited to 'src/stdio/__stderr.c')
-rw-r--r-- | src/stdio/__stderr.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/__stderr.c b/src/stdio/__stderr.c index 6d1c2529..681398aa 100644 --- a/src/stdio/__stderr.c +++ b/src/stdio/__stderr.c @@ -1,2 +1,7 @@ +#if 0 + #include <stdio.h> FILE *__stderr; + + +#endif |