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:
parent
8556393bb2
commit
d7dd6ae7ec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user