diff options
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' |