[git commit branch/0.9.33] config: tweak STRICT_HEADERS description

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue May 15 07:14:07 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=5caa594286480671b53bd062a19c355fbdd7a0c9
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0.9.33

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