summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2012-02-11 11:05:51 +0000
committerZefram <zefram@fysh.org>2012-02-11 11:05:51 +0000
commite8570548af49b057631f1011e4b19c8c4a1342dd (patch)
tree250e8d72a232028036906cd58757ad4f86da886c /dosish.h
parent96a6e6fa4fb95146d6ef6deb911128ac757e1550 (diff)
downloadperl-e8570548af49b057631f1011e4b19c8c4a1342dd.tar.gz
add wrap_op_checker() API function
This function provides a convenient and thread-safe way for modules to hook op checking.
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dosish.h b/dosish.h
index fe8b16b432..e9c59fa546 100644
--- a/dosish.h
+++ b/dosish.h
@@ -52,7 +52,9 @@
#endif /* DJGPP */
#ifndef PERL_SYS_TERM_BODY
-# define PERL_SYS_TERM_BODY() HINTS_REFCNT_TERM; OP_REFCNT_TERM; PERLIO_TERM; MALLOC_TERM
+# define PERL_SYS_TERM_BODY() \
+ HINTS_REFCNT_TERM; OP_CHECK_MUTEX_TERM; \
+ OP_REFCNT_TERM; PERLIO_TERM; MALLOC_TERM
#endif
#define dXSUB_SYS