Sign in
coral
/
linux-imx
/
0dde7b5404a3d52dcd9ce66d46197f6c3ca97dda
/
.
/
include
/
linux
/
utime.h
blob: 640be6a1959e8074ad79bce56ef71ecbeb779053 [
file
]
#ifndef
_LINUX_UTIME_H
#define
_LINUX_UTIME_H
#include
<linux/types.h>
struct
utimbuf
{
time_t
actime
;
time_t
modtime
;
};
#endif