diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-14 11:57:51 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:53:11 +0100 |
commit | b21d8587d6f2e56db4e5c64099cb03cbde2f8906 (patch) | |
tree | 5ad7583d42cd1e51dfd645e752867658d83fd898 /uconfig64.sh | |
parent | d1f9b933c88f298c6c0c5ed1dc3f9d46df8c05db (diff) | |
download | perl-b21d8587d6f2e56db4e5c64099cb03cbde2f8906.tar.gz |
Rely on C89 strerror()
This requires a corresponding change to the metaconfig units.
Diffstat (limited to 'uconfig64.sh')
-rw-r--r-- | uconfig64.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uconfig64.sh b/uconfig64.sh index 6ddb6c962e..b36d71edfe 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -497,8 +497,6 @@ d_stdiobase='undef' d_stdstdio='undef' d_strchr='undef' d_strcoll='undef' -d_strerrm='strerror(e)' -d_strerror='undef' d_strerror_l='undef' d_strerror_r='undef' d_strftime='undef' |