From 772fe5b34da07b398a960329cf97602adf8d6a4a Mon Sep 17 00:00:00 2001 From: Hans Mulder Date: Sun, 8 Nov 1998 23:20:23 +0100 Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 To: Ilya Zakharevich Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi, perl5-porters@perl.org (UNINSTALLED) Message-Id: <9811082119.AA11802@icgned.icgroup.nl> p4raw-id: //depot/cfgperl@2225 --- perl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl.h') diff --git a/perl.h b/perl.h index ba898c49e2..825f304e32 100644 --- a/perl.h +++ b/perl.h @@ -1372,6 +1372,9 @@ typedef I32 (*filter_t) _((int, SV *, int)); # else # ifdef I_MACH_CTHREADS # include +# ifdef NeXT +# define MUTEX_INIT_CALLS_MALLOC +# endif typedef cthread_t perl_os_thread; typedef mutex_t perl_mutex; typedef condition_t perl_cond; @@ -1816,7 +1819,7 @@ typedef Sighandler_t Sigsave_t; #endif #ifdef MYMALLOC -# ifdef I_MACH_CTHREADS +# ifdef MUTEX_INIT_CALLS_MALLOC # define MALLOC_INIT \ STMT_START { \ PL_malloc_mutex = NULL; \ -- cgit v1.2.1