summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-03-23 21:28:21 -0600
committerKarl Williamson <khw@cpan.org>2019-03-27 12:33:18 -0600
commit7592075538038c0fdff9c2e46810a4596afdda41 (patch)
tree14f10d7a0fd0bc7d8d0d699bcc9fea2c4e5161a0 /locale.c
parente72200e71a601e2c7882a03502d6a68aaa59985c (diff)
downloadperl-7592075538038c0fdff9c2e46810a4596afdda41.tar.gz
perlapi: Add weasel word to make stmt accurate
It is possible to have a single-threaded build use the thread-safe locale setting operations. Add a word to indicate it's not 100% the other way.
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale.c b/locale.c
index 89dc07f9a9..85059dee71 100644
--- a/locale.c
+++ b/locale.c
@@ -5315,7 +5315,7 @@ Perl_my_strerror(pTHX_ const int errnum)
=for apidoc switch_to_global_locale
-On systems without locale support, or on single-threaded builds, or on
+On systems without locale support, or on typical single-threaded builds, or on
platforms that do not support per-thread locale operations, this function does
nothing. On such systems that do have locale support, only a locale global to
the whole program is available.