add fgetgrent function
authorRich Felker <dalias@aerifal.cx>
Sun, 17 Feb 2013 18:21:56 +0000 (13:21 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 17 Feb 2013 18:21:56 +0000 (13:21 -0500)
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.


No differences found