From b4867734b06a18494976934c6f33ff2549595e3f Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 15 Oct 2010 00:50:45 +0800 Subject: stdio: make internal symbols static/hidden Although header libc/stdio/local.h declares the macros and private variables of stdio, there are several internal symbols exposed unexpectedly. Change-Id: Ie7a07f85b70322fb9cd05b3c8e1bcc416061eb4b --- libc/stdio/findfp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/findfp.c') diff --git a/libc/stdio/findfp.c b/libc/stdio/findfp.c index 039293f..1d0f9c5 100644 --- a/libc/stdio/findfp.c +++ b/libc/stdio/findfp.c @@ -55,7 +55,7 @@ static FILE usual[FOPEN_MAX - 3]; static struct __sfileext usualext[FOPEN_MAX - 3]; static struct glue uglue = { 0, FOPEN_MAX - 3, usual }; -struct __sfileext __sFext[3]; +static struct __sfileext __sFext[3]; FILE __sF[3] = { std(__SRD, STDIN_FILENO), /* stdin */ std(__SWR, STDOUT_FILENO), /* stdout */ -- cgit v1.1