diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-02-05 17:31:24 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-02-05 17:31:24 +0000 |
commit | 9d9f6b522dae2008a4aa198438ba564e1f80bf14 (patch) | |
tree | cf55ff24787c0a4ae2b31aff9acb07eed19be6a0 /perl.h | |
parent | 4cfc977cb33a032e78e373bce7db50a1970926f3 (diff) | |
download | perl-9d9f6b522dae2008a4aa198438ba564e1f80bf14.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@14565
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -330,7 +330,7 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER)); /* Use the reentrant APIs like localtime_r and getpwent_r */ /* Win32 has naturally threadsafe libraries, no need to use any _r variants. */ -#if defined(USE_ITHREADS) && !defined(USE_REENTRANT_API) && !defined(WIN32) +#if defined(USE_ITHREADS) && !defined(USE_REENTRANT_API) && !defined(WIN32) && !defined(__APPLE__) # define USE_REENTRANT_API #endif |