summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index d33dc98f6..58a5883b0 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -601,7 +601,7 @@ menu "Advanced Library Settings"
config UCLIBC_PWD_BUFFER_SIZE
int "Buffer size for getpwnam() and friends"
default 256
- range 256 1024
+ range 12 1024
help
This sets the value of the buffer size for getpwnam() and friends.
By default, this is 256. (For reference, glibc uses 1024).