Make __sF static. This can not be allowed to exist in 5.x.

This commit is contained in:
Alfred Perlstein 2002-10-31 01:54:27 +00:00
parent 700f053192
commit c313cb2abf

View file

@ -69,7 +69,7 @@ static struct glue uglue = { NULL, FOPEN_MAX - 3, usual };
static struct __sFILEX __sFX[3];
FILE __sF[3] = {
static FILE __sF[3] = {
std(__SRD, STDIN_FILENO),
std(__SWR, STDOUT_FILENO),
std(__SWR|__SNBF, STDERR_FILENO)