summaryrefslogtreecommitdiff
path: root/libc/include/lastlog.h
blob: ef1b03273b00f48b83659250ed9fb23f607d5085 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

/**
 * @file lastlog.h
 * @brief Historical alternative to `<utmp.h>`.
 *
 * New code should use `<utmp.h>` directly.
 */

#include <utmp.h>