summaryrefslogtreecommitdiff
path: root/src/passwd/fgetgrent.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-17add fgetgrent functionRich Felker1-0/+9
based on patch by Isaac Dunham, moved to its own file to avoid increasing bss on static linked programs not using this nonstandard function but using the standard getgrent function, and vice versa.