Sign in
coral
/
linux-mtk
/
34e8beac92c27d292938065f8375842d2840767c
/
.
/
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