summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-01-21 22:13:07 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-01-21 22:13:07 +0000
commit9d5d4d8082544d60460c78479dbb9ae47a3abd69 (patch)
tree2669675c9d8502e85f683412cc01006715daa0b3 /extra
parent12c2ed03db333e954e4a85bcc6326e4d0622e084 (diff)
downloaduClibc-alpine-9d5d4d8082544d60460c78479dbb9ae47a3abd69.tar.bz2
uClibc-alpine-9d5d4d8082544d60460c78479dbb9ae47a3abd69.tar.xz
- use correct header guard
Diffstat (limited to 'extra')
-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