Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
2f58bbf27fe5321a7a208be9071efc54e8a8a3bd
/
.
/
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