summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1999-02-23 01:26:25 +0100
committerGurusamy Sarathy <gsar@cpan.org>1999-02-24 05:28:06 +0000
commit606974b21cdb98866563c221c06d21c01db0cf0d (patch)
tree14627dc6a2a773a756f1892b52fab4161616db9b
parent04c704464805e8b58c229a4f2a086e506ed7eed7 (diff)
downloadperl-606974b21cdb98866563c221c06d21c01db0cf0d.tar.gz
adjust a Perl_malloc() flag for NeXT
Message-Id: <9902222329.AA17516@icgned.icgroup.nl> Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary p4raw-id: //depot/perl@3020
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 42505f0d87..94fd478e6b 100644
--- a/perl.h
+++ b/perl.h
@@ -1380,7 +1380,7 @@ typedef I32 (*filter_t) _((int, SV *, int));
# else
# ifdef I_MACH_CTHREADS
# include <mach/cthreads.h>
-# ifdef NeXT
+# if defined(__NeXT__) && defined(PERL_POLLUTE_MALLOC)
# define MUTEX_INIT_CALLS_MALLOC
# endif
typedef cthread_t perl_os_thread;