Date: Sat, 20 May 2000 21:27:25 +0200 From: Marcus Brinkmann <[EMAIL PROTECTED]>
On Sat, May 20, 2000 at 07:56:49PM +0200, Tomasz Wegrzanowski wrote: > Problem : > > printf () needs mutex'ing on Hurd (cthread) > It didn't need it on Linux (pthread) > And yes, I #defined _REENTRANT The Hurd uses libio, which indeed isn't thread safe. When we switch to stdio this should not be a problem anymore. Of course Marcus means it the other way around (we have stdio wich isn't thread safe and will have libio, which is thread safe). Mark

