This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update checkAUTHORS.pl with missing author
[perl5.git] / unixish.h
index 6ad95c2..781b049 100644 (file)
--- a/unixish.h
+++ b/unixish.h
 
 #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