Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
cdc7957d1954908a39a6964e9c6f643916e76c4b
/
.
/
include
/
linux
/
utime.h
blob: 640be6a1959e8074ad79bce56ef71ecbeb779053 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_UTIME_H
#define
_LINUX_UTIME_H
#include
<linux/types.h>
struct
utimbuf
{
time_t
actime
;
time_t
modtime
;
};
#endif