Mail Archives: djgpp-workers/2002/12/19/23:31:09
I've found that dpmiexcp.c uses both write() and _write(). We really only
need _write_int in all of these cases... but for now I'll at least
fix the writes to _writes.
What is now _write_int was _write when this was first written; maybe we
should use it in startup code when we need to print messages to stderr.
I'm not sure if extracting _write_int from the same module as _write
is really needed, since most things will write something, which will
bring in all the other stuff anyway. But when bad stuff happens and we
want to get a message out, the less stuff we touch the better (and
write and _write currently touch lots of stuff not needed writing to
stderr).
- Raw text -