Sign in
android
/
platform
/
hardware
/
bsp
/
kernel
/
intel
/
edison-v3.10
/
224abf92b2f439a9030f21d2926ec8047d1ffcdb
/
.
/
include
/
linux
/
utime.h
blob: c6bf27b7897e79e279446fb2ef9aa887f4b34488 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_UTIME_H
#define
_LINUX_UTIME_H
struct
utimbuf
{
time_t
actime
;
time_t
modtime
;
};
#endif