diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-11-23 19:45:33 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-11-23 19:45:33 +0100 |
commit | f40bbcbf5ba1171b1c25dff271e9a7c0ba9ad29f (patch) | |
tree | b42eec81d60144bcb57ed8c038a87fa20a63c6a0 /Cross | |
parent | 57cbafbc12241999e02239444b060362624f02b8 (diff) | |
download | perl-f40bbcbf5ba1171b1c25dff271e9a7c0ba9ad29f.tar.gz |
Configure syncup
Some of these changes also made it upstream to the dist svn repo.
OpenSource++
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/config.sh-arm-linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index b5f9ce41d6..f8b4402070 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -316,6 +316,7 @@ d_isfinite='undef' d_isfinitel='undef' d_isinf='define' d_isinfl='define' +d_isless='undef' d_isnan='define' d_isnanl='define' d_isnormal='undef' @@ -430,6 +431,7 @@ d_readdir_r='undef' d_readlink='define' d_readv='define' d_recvmsg='define' +d_regcomp='undef' d_remainder='undef' d_remquo='undef' d_rename='define' @@ -513,6 +515,7 @@ d_srand48_r='undef' d_srandom_r='undef' d_sresgproto='undef' d_sresuproto='undef' +d_stat='define' d_statblks='define' d_statfs_f_flags='undef' d_statfs_s='define' |