marcel 2003/04/19 19:58:30 PDT
FreeBSD src repository
Modified files:
lib/libthr/thread thr_kern.c
Log:
Use STDERR_FILENO as the file descriptor passed to _thread_printf()
instead of 0 (ie stdin). Writing to stdin may not be possible.
Revision Changes Path
1.3 +7 -4 src/lib/libthr/thread/thr_kern.c