Browse Source

config: tweak STRICT_HEADERS description

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 12 years ago
parent
commit
81bd17ac76
1 changed files with 2 additions and 2 deletions
  1. 2 2
      extra/Configs/Config.in

+ 2 - 2
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,