summaryrefslogtreecommitdiff
path: root/os2/os2ish.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1997-11-25 15:59:16 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-25 15:59:16 +0000
commit18f739eeef869ffadc3775821df62e4b90bf75b0 (patch)
tree53cd79aed73f55f7b2876741c2fb27786134a75a /os2/os2ish.h
parentd0066dc7de72349a42c2c47e1fc66da2ba66542a (diff)
downloadperl-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 'os2/os2ish.h')
-rw-r--r--os2/os2ish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h
index b62e3d04d4..9a3d267ae5 100644
--- a/os2/os2ish.h
+++ b/os2/os2ish.h
@@ -74,7 +74,7 @@ void Perl_OS2_init(char **);
_wildcard(argcp, argvp); \
Perl_OS2_init(env); } STMT_END
-#define PERL_SYS_TERM()
+#define PERL_SYS_TERM() MALLOC_TERM
/* #define PERL_SYS_TERM() STMT_START { \
if (Perl_HAB_set) WinTerminate(Perl_hab); } STMT_END */