diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 17:35:52 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:51:58 +0100 |
commit | e791399041815a1a45cea3c7f277c7045b96e51b (patch) | |
tree | 93b3b45e57f4dbdc158ba2dc2eda26f24d4a2478 /uconfig64.sh | |
parent | 13d66b05c6163c3514774d3d11da5f3950e97e98 (diff) | |
download | perl-e791399041815a1a45cea3c7f277c7045b96e51b.tar.gz |
Rely on C89 snprintf()
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 0842bad2fc..fbc956bda6 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -471,7 +471,6 @@ d_sigprocmask='undef' d_sigsetjmp='undef' d_sin6_scope_id='undef' d_sitearch='undef' -d_snprintf='undef' d_sockaddr_in6='undef' d_sockaddr_sa_len='undef' d_sockatmark='undef' @@ -564,7 +563,6 @@ d_void_closedir='undef' d_voidsig='undef' d_voidtty='' d_vprintf='define' -d_vsnprintf='undef' d_wait4='undef' d_waitpid='undef' d_wcscmp='undef' |