Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor group file access code | Josiah Worcester | 2015-02-13 | 1 | -1/+3 |
| | | | | | this allows getgrnam and getgrgid to share code with the _r versions in preparation for alternate backend support. | ||||
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -0/+1 |
| | |||||
* | add fgetgrent function | Rich Felker | 2013-02-17 | 1 | -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. |