diff options
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | 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 89c685cb7..10607293c 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, |