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.
This commit is contained in:
Peter Wemm 2002-10-19 22:28:07 +00:00
parent 8556393bb2
commit d7dd6ae7ec

View File

@ -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)