Mail Archives: djgpp/1999/02/14/06:10:31
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.
- Raw text -