History log of /seL4-camkes-master/projects/musllibc/src/passwd/fgetpwent.c
Revision Date Author Comments
# 700e0899 10-Feb-2015 Josiah Worcester <josiahw@gmail.com>

refactor passwd file access code

this allows getpwnam and getpwuid to share code with the _r versions
in preparation for alternate backend support.


# 57174444 11-Dec-2013 Szabolcs Nagy <nsz@port70.net>

include cleanups: remove unused headers and add feature test macros


# 5e9314ff 29-Jan-2012 Rich Felker <dalias@aerifal.cx>

add fgetpwent (nonstandard function)

based on patch by Jeremy Huntwork