Date: Thu, 10 Feb 2000 19:26:42 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: ayoung cc: djgpp AT delorie DOT com Subject: Re: Threads In-Reply-To: <38A3BB88.9F907CE9@pacific.net.hk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 10 Feb 2000, ayoung wrote: > How much of the DJGPP library is MT-SAFE ignoring the standard like strtok() ? Quite a few of the library functions have static data, these all should be unsafe in threading programs.