Message-Id: <
9902222329.AA17516@icgned.icgroup.nl>
Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
p4raw-id: //depot/perl@3020
# 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;