diff options
Diffstat (limited to 'libio/stdio.c')
-rw-r--r-- | libio/stdio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libio/stdio.c b/libio/stdio.c index abea7f3..d4358c5 100644 --- a/libio/stdio.c +++ b/libio/stdio.c @@ -29,9 +29,9 @@ #undef stdin #undef stdout #undef stderr -FILE *stdin = &_IO_2_1_stdin_.plus.file; -FILE *stdout = &_IO_2_1_stdout_.plus.file; -FILE *stderr = &_IO_2_1_stderr_.plus.file; +FILE *stdin = &_IO_2_1_stdin_.file; +FILE *stdout = &_IO_2_1_stdout_.file; +FILE *stderr = &_IO_2_1_stderr_.file; #undef _IO_stdin #undef _IO_stdout |