diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1997-11-25 15:59:16 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-25 15:59:16 +0000 |
commit | 18f739eeef869ffadc3775821df62e4b90bf75b0 (patch) | |
tree | 53cd79aed73f55f7b2876741c2fb27786134a75a /vms | |
parent | d0066dc7de72349a42c2c47e1fc66da2ba66542a (diff) | |
download | perl-18f739eeef869ffadc3775821df62e4b90bf75b0.tar.gz |
Move malloc_mutex initialisation/destruction:
Subject: patch to 5.004_54 for pthreads with Perl's malloc
p4raw-id: //depot/perl@299
Diffstat (limited to 'vms')
-rw-r--r-- | vms/vmsish.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index 410031cca3..f0de807920 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -233,8 +233,8 @@ #endif #define BIT_BUCKET "_NLA0:" -#define PERL_SYS_INIT(c,v) vms_image_init((c),(v)) -#define PERL_SYS_TERM() +#define PERL_SYS_INIT(c,v) vms_image_init((c),(v)), MALLOC_INIT +#define PERL_SYS_TERM() MALLOC_TERM #define dXSUB_SYS #define HAS_KILL #define HAS_WAIT |