diff options
author | Aaron Crane <arc@cpan.org> | 2016-06-02 19:11:12 +0100 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2016-06-02 19:55:59 +0100 |
commit | ef55c6737a667b6853720247c181a0cbfbbe6116 (patch) | |
tree | 1b23c5a40202058b2d00e6ddd50742d33c0da49d /Cross | |
parent | bc900e45a4498affce40e6fdd0282f3715c0b5be (diff) | |
download | perl-ef55c6737a667b6853720247c181a0cbfbbe6116.tar.gz |
Add Configure probe for strerror_l()
As requested by khw++
Until the relevant symbol is used, HAS_STRERROR_L must be mentioned
explicitly in metaconfig.h.
This corresponds to metaconfig d0838744f03cfe7642950ea91dd48f575d0bfd15.
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/config.sh-arm-linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index af8b56d5b6..ba0eabf7ea 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -549,6 +549,7 @@ d_strcoll='define' d_strctcpy='define' d_strerrm='strerror(e)' d_strerror='define' +d_strerror_l='undef' d_strerror_r='undef' d_strftime='define' d_strlcat='undef' |