summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-02-05 17:31:24 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-02-05 17:31:24 +0000
commit9d9f6b522dae2008a4aa198438ba564e1f80bf14 (patch)
treecf55ff24787c0a4ae2b31aff9acb07eed19be6a0 /perl.h
parent4cfc977cb33a032e78e373bce7db50a1970926f3 (diff)
downloadperl-9d9f6b522dae2008a4aa198438ba564e1f80bf14.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@14565
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 3e640b3273..856e0be63a 100644
--- a/perl.h
+++ b/perl.h
@@ -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