summaryrefslogtreecommitdiff
path: root/libgcompat/utmp.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-29Use <utmpx.h> for struct utmp definitonA. Wilcox1-1/+1
2018-01-15utmp: Implement the reentrant utmp function from LSBSamuel Holland1-0/+14
This takes advantage of the (lack of a) musl implementation for simplicity. Signed-off-by: Samuel Holland <samuel@sholland.org>