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