Date: Sun, 14 Feb 1999 13:07:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: Re-entrancy questions. In-Reply-To: <3.0.6.32.19990212201020.00818c40@pop.netaddress.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Fri, 12 Feb 1999, Paul Derbyshire wrote: > >I don't think anyone has put any efforts into making djgpp's libraries > >re-entrant or thread safe, so I suppose the answer is no unless > >someone does the research to prove otherwise or make it so. > > What about on other systems? E.g. anything other than DOS. Unix, > principally. The answer to this has nothing to do with the OS. It usually matters much more what libraries are used in a particular environment. Even if you use GCC on Unix, you still can link against at least 2-3 different versions of libc.a. Some of them are thread-safe (aka reentrant), others aren't.