On Fri, Apr 25, 2014 at 9:36 AM, Natanael Copa <[email protected]> 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
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox