CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/22 10:21:52
Modified files:
lib/libc/gen : getpwent.c getnetgrent.c
Log message:
getpwnam(3) uses dbopen(3), which pulls all 3 database backends into
static binaries. If we call libc-private __hash_open() instead, it
results in a ~40K reduction in many static binaries.
ok millert
