output buffer is now called _sobuf
This commit is contained in:
parent
1f26e86834
commit
566ff7b6cf
@ -12,9 +12,9 @@ _flushbuf(c, iop)
|
|||||||
iop->_flags |= IO_UNBUFF;
|
iop->_flags |= IO_UNBUFF;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
extern unsigned char __stdout[];
|
extern unsigned char _sobuf[];
|
||||||
|
|
||||||
iop->_buf = iop->_ptr = __stdout;
|
iop->_buf = iop->_ptr = _sobuf;
|
||||||
iop->_count = BUFSIZ;
|
iop->_count = BUFSIZ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user