mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
The find utility uses a hardcoded value of 32 * 1024 as the limit of
the command-line length when calling 'find -exec ... {} +'. This results
in over 4 times more execve() calls than in coreutils' find.
This patch uses the limit defined in system headers.
Based on the patch by Bartosz Golaszewski <bartekgola@gmail.com>.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
||
|---|---|---|
| .. | ||
| Config.src | ||
| find.c | ||
| grep.c | ||
| Kbuild.src | ||
| xargs.c | ||