Sign in
android
/
platform
/
external
/
strace
/
970e204a5e059ba47c5d3b35af8d6cad3f326dba
/
.
/
mpers-m32
/
timespec_t.h
blob: f0aed75b9f346946e5357652ecfba1756d551f46 [
file
] [
log
] [
blame
]
#include
<stdint.h>
typedef
struct
{
int32_t
tv_sec
;
int32_t
tv_nsec
;
}
ATTRIBUTE_PACKED
m32_timespec_t
;
#define
MPERS_m32_timespec_t
m32_timespec_t