diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-01 23:02:24 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-01 23:02:24 +0000 |
commit | 39d1c1774d7ad5740ac8b35eea6011824bba28c4 (patch) | |
tree | 4017592882b571ee87d671246a463c6d65a32717 /libc/stdio | |
parent | 940c777f9d07c0cb14d960d479917258c95c0b75 (diff) |
missed another global data marking
Diffstat (limited to 'libc/stdio')
-rw-r--r-- | libc/stdio/_stdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_stdio.c b/libc/stdio/_stdio.c index dc8bd07ad..46277f99e 100644 --- a/libc/stdio/_stdio.c +++ b/libc/stdio/_stdio.c @@ -127,7 +127,7 @@ static FILE _stdio_streams[] = { /* psm: moved to _stdio.h: libc_hidden_proto(stdin/stdout) */ FILE *stdin = _stdio_streams; -libc_hidden_def(stdin) +libc_hidden_data_def(stdin) FILE *stdout = _stdio_streams + 1; libc_hidden_data_def(stdout) libc_hidden_proto(stderr) |