summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-08-15 15:45:14 -0600
committerKarl Williamson <khw@cpan.org>2019-02-14 22:12:44 -0700
commit8310e7fa48c5bce320e9c36df267f587d84cebce (patch)
treea2fff54f43d31d9f3c3675ebd390ac666cb08c4a /unixish.h
parent3c5142a9e5aa4720092b95914808c82b46ca78b2 (diff)
downloadperl-8310e7fa48c5bce320e9c36df267f587d84cebce.tar.gz
Add mutex for dealing with qr/\p{user-defined}/
This will be used in future commits
Diffstat (limited to 'unixish.h')
-rw-r--r--unixish.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/unixish.h b/unixish.h
index cd869cd240..697a242243 100644
--- a/unixish.h
+++ b/unixish.h
@@ -141,7 +141,7 @@ int afstat(int fd, struct stat *statb);
# define PERL_SYS_TERM_BODY() \
HINTS_REFCNT_TERM; KEYWORD_PLUGIN_MUTEX_TERM; \
OP_CHECK_MUTEX_TERM; OP_REFCNT_TERM; PERLIO_TERM; \
- MALLOC_TERM; LOCALE_TERM; \
+ MALLOC_TERM; LOCALE_TERM; USER_PROP_MUTEX_TERM; \
amigaos4_dispose_fork_array();
#endif
@@ -154,7 +154,7 @@ int afstat(int fd, struct stat *statb);
# define PERL_SYS_TERM_BODY() \
HINTS_REFCNT_TERM; KEYWORD_PLUGIN_MUTEX_TERM; \
OP_CHECK_MUTEX_TERM; OP_REFCNT_TERM; PERLIO_TERM; \
- MALLOC_TERM; LOCALE_TERM;
+ MALLOC_TERM; LOCALE_TERM; USER_PROP_MUTEX_TERM;
#endif