summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-03-07 19:56:18 -0700
committerKarl Williamson <khw@cpan.org>2022-09-09 12:26:40 -0600
commitda1b79a9e089c13238fc509948c252d2cb15ebde (patch)
treeaf7386195d02ef3fed018515c37348e823746c21 /embedvar.h
parent365895b0a743bbcceaf0757b4b04c0c59ecb184a (diff)
downloadperl-da1b79a9e089c13238fc509948c252d2cb15ebde.tar.gz
Make the locale mutex a general semaphore
Future commits will use this new capability, and in Configurations where no locale locking is currently necessary.
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index 2165582d25..bde83ec087 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -170,6 +170,7 @@
#define PL_laststatval (vTHX->Ilaststatval)
#define PL_laststype (vTHX->Ilaststype)
#define PL_lc_numeric_mutex_depth (vTHX->Ilc_numeric_mutex_depth)
+#define PL_locale_mutex_depth (vTHX->Ilocale_mutex_depth)
#define PL_localizing (vTHX->Ilocalizing)
#define PL_localpatches (vTHX->Ilocalpatches)
#define PL_lockhook (vTHX->Ilockhook)