From 39d1c1774d7ad5740ac8b35eea6011824bba28c4 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 1 Feb 2006 23:02:24 +0000 Subject: missed another global data marking --- libc/stdio/_stdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio') 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) -- cgit v1.2.3