1 #include <inttypes.h> 2 typedef uint32_t mpers_ptr_t; 3 typedef 4 struct { 5 int64_t tv_sec; 6 int64_t tv_nsec; 7 } ATTRIBUTE_PACKED mx32_timespec_t; 8 #define MPERS_mx32_timespec_t mx32_timespec_t 9
1 #include <inttypes.h> 2 typedef uint32_t mpers_ptr_t; 3 typedef 4 struct { 5 int64_t tv_sec; 6 int64_t tv_nsec; 7 } ATTRIBUTE_PACKED mx32_timespec_t; 8 #define MPERS_mx32_timespec_t mx32_timespec_t 9