On Fri, Apr 30, 1999 at 12:05:59AM +0200, Anonymous wrote:

> Is there a canonical list of functions that have *_r analogs?

Well, POSIX.1c, which is in ISO/IEC standard 9945-1:1996 and IEEE/ANSI
Std 1003.1 (1996 edition); that ISO volume is available for ca. 250 EUR.
The cheaper way is to take the header files of a POSIX-compliant
system and look what the #if's let through for the POSIX case -- those
functions should be available on other systems, too.

> The apps call non-reentrant versions, but they're not threaded so I
> guess that's okay.

Yes.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to