summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
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
/*