diff options
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/uconfig.sh b/uconfig.sh index 87be639524..28b0c3ea76 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -40,7 +40,13 @@ d_archlib='undef' d_asctime_r='undef' d_atolf='undef' d_atoll='undef' -d_attribut='undef' +d_attribute_format='undef' +d_attribute_malloc='undef' +d_attribute_nonnull='undef' +d_attribute_noreturn='undef' +d_attribute_pure='undef' +d_attribute_unused='undef' +d_attribute_warn_unused_result='undef' d_bcmp='undef' d_bcopy='undef' d_bsd='undef' |