Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
refs/heads/android-15
/
.
/
libc
/
include
/
lastlog.h
blob: ef1b03273b00f48b83659250ed9fb23f607d5085 [
file
] [
log
] [
blame
]
Elliott Hughes
462e90c
2018-08-21 16:10:48 -0700
[
diff
] [
blame
]
1
#pragma
once
2
3
/**
4
* @file lastlog.h
5
* @brief Historical alternative to `<utmp.h>`.
6
*
7
* New code should use `<utmp.h>` directly.
8
*/
9
Elliott Hughes
6b3bec0
2016-04-29 22:30:19 -0700
[
diff
] [
blame
]
10
#include
<utmp.h>