diff options
Diffstat (limited to 'extra/scripts/conf-header.sh')
-rwxr-xr-x | extra/scripts/conf-header.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/scripts/conf-header.sh b/extra/scripts/conf-header.sh index 90dfa999a..8044f8c06 100755 --- a/extra/scripts/conf-header.sh +++ b/extra/scripts/conf-header.sh @@ -8,7 +8,7 @@ if [ -z "$1" ] ; then fi cat <<EOF -#if !defined __FEATURES_H && !defined __need_uClibc_config_h +#if !defined _FEATURES_H && !defined __need_uClibc_config_h # error Never include <bits/uClibc_config.h> directly; use <features.h> instead #endif |