summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-03-13 15:21:38 -0700
committerKarl Williamson <khw@cpan.org>2022-09-29 13:08:27 -0600
commit19e658b84b2f1a1e5a15782b8a6736c1f1065b45 (patch)
treec89fc0e1f3ea66fefc92e6ef27ea550b3227310d /perl.h
parentaa910224434a2798971443904b3c8a3a52e28db6 (diff)
downloadperl-19e658b84b2f1a1e5a15782b8a6736c1f1065b45.tar.gz
Change ENV/LOCALE locking read macro names
The old name was confusing.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index 8aa7202e65..2e823349d6 100644
--- a/perl.h
+++ b/perl.h
@@ -7519,8 +7519,8 @@ END_EXTERN_C
/* Some critical sections care only that no one else is writing either the
* locale nor the environment. XXX This is for the future; in the meantime
* just use an exclusive lock */
-#define ENV_LOCALE_READ_LOCK gwENVr_LOCALEr_LOCK
-#define ENV_LOCALE_READ_UNLOCK gwENVr_LOCALEr_UNLOCK
+#define ENVr_LOCALEr_LOCK gwENVr_LOCALEr_LOCK
+#define ENVr_LOCALEr_UNLOCK gwENVr_LOCALEr_UNLOCK
/*