From e8570548af49b057631f1011e4b19c8c4a1342dd Mon Sep 17 00:00:00 2001 From: Zefram Date: Sat, 11 Feb 2012 11:05:51 +0000 Subject: add wrap_op_checker() API function This function provides a convenient and thread-safe way for modules to hook op checking. --- unixish.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unixish.h') diff --git a/unixish.h b/unixish.h index 6ad95c2dc8..781b0494a5 100644 --- a/unixish.h +++ b/unixish.h @@ -133,7 +133,8 @@ #ifndef PERL_SYS_TERM_BODY # define PERL_SYS_TERM_BODY() \ - HINTS_REFCNT_TERM; OP_REFCNT_TERM; PERLIO_TERM; MALLOC_TERM; + HINTS_REFCNT_TERM; OP_CHECK_MUTEX_TERM; \ + OP_REFCNT_TERM; PERLIO_TERM; MALLOC_TERM; #endif -- cgit v1.2.1