This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add check for nl_langinfo_l()
authorKarl Williamson <khw@cpan.org>
Sun, 9 May 2021 14:48:26 +0000 (08:48 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 3 Jun 2021 10:54:46 +0000 (04:54 -0600)
commitdfb37ae154922dd95380f8c335805a121580d036
treefdc9e040359d3128f498c14edf484b101b84fead
parentd3ce47a2374882c37956c92163682762872a65ed
Add check for nl_langinfo_l()

There is already a check for this, but it fails unless the function is
thread safe.  This adds a symbol for when it exists but isn't thread
safe.
U/threads/d_nl_langinfo_l.U