On Fri, Apr 25, 2014 at 9:36 AM, Natanael Copa <nc...@alpinelinux.org> wrote:
> Prefer use POSIX getpwent over glibc extension getpwent_r. This fixes
> building with musl libc with CONFIG_USE_BB_PWD_GRP disabled.

Sorry, I missed this patch.

How much static data ("data" or "bss" increase according to "size busybox")
do these functions pull in in static build?

The comments specifically say they use getpwent_r because that avoids
static data size penalty, usually about 1k.
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to