Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
707c21c848deeb0200ba3f07e4ba90e6dc419c2f
/
.
/
include
/
linux
/
utime.h
blob: c6bf27b7897e79e279446fb2ef9aa887f4b34488 [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
#ifndef
_LINUX_UTIME_H
2
#define
_LINUX_UTIME_H
3
4
struct
utimbuf
{
5
time_t
actime
;
6
time_t
modtime
;
7
};
8
9
#endif