summaryrefslogtreecommitdiff
path: root/extra/scripts
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-01-21 22:21:40 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-01-21 22:21:40 +0000
commitfa28fa191177b769a621f22f141d3d7515737b40 (patch)
treea2224c0b82c3a1771abc98173fd00799893b1f1e /extra/scripts
parent3f1adc3da04a7809171c3990770d72f28c5d80e4 (diff)
- remove unavailable functionality upon request (Peter Mazinger)
Diffstat (limited to 'extra/scripts')
-rwxr-xr-xextra/scripts/conf-header.sh2
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