Просмотр исходного кода

config: tweak STRICT_HEADERS description

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 лет назад
Родитель
Сommit
81bd17ac76
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      extra/Configs/Config.in

+ 2 - 2
extra/Configs/Config.in

@@ -698,9 +698,9 @@ config UCLIBC_SUSV4_LEGACY
 	  WARNING! ABI incompatibility.
 	  WARNING! ABI incompatibility.
 
 
 config UCLIBC_STRICT_HEADERS
 config UCLIBC_STRICT_HEADERS
-	bool "Enable structures and constants for unsupported features"
+	bool "Hide structures and constants for unsupported features"
 	help
 	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.
 	  because the respective feature is disabled.
 
 
 	  WARNING! enabling this option requires to patch many faulty apps,
 	  WARNING! enabling this option requires to patch many faulty apps,