[git commit] config: tweak STRICT_HEADERS description

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu May 3 11:27:17 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=81bd17ac76f0c64c518d9ca541a874b603e61fa0
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 extra/Configs/Config.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 89c685c..1060729 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -698,9 +698,9 @@ config UCLIBC_SUSV4_LEGACY
 	  WARNING! ABI incompatibility.
 
 config UCLIBC_STRICT_HEADERS
-	bool "Enable structures and constants for unsupported features"
+	bool "Hide structures and constants for unsupported features"
 	help
-	  Enable structures and constants in headers that should not be used,
+	  Hide structures and constants in headers that should not be used,
 	  because the respective feature is disabled.
 
 	  WARNING! enabling this option requires to patch many faulty apps,


More information about the uClibc-cvs mailing list