From d7dd6ae7ec8f0ff964674915abb69d71b9284b6b Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 19 Oct 2002 22:28:07 +0000 Subject: [PATCH] Give in on the __sF stuff. I have a better fix in mind that is future proof, but this should buy me some time for now. --- lib/libc/stdio/findfp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index 5538a57260bc..84b6703c52bc 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -69,7 +69,7 @@ static struct glue uglue = { NULL, FOPEN_MAX - 3, usual }; static struct __sFILEX __sFX[3]; -static FILE __sF[3] = { +FILE __sF[3] = { std(__SRD, STDIN_FILENO), std(__SWR, STDOUT_FILENO), std(__SWR|__SNBF, STDERR_FILENO)