blob: c1a9ff72b6c9a329bab94fd06ad9a62ed75a502a [file] [log] [blame]
#include <inttypes.h>
typedef uint32_t mpers_ptr_t;
typedef
struct {
int64_t tms_utime;
int64_t tms_stime;
int64_t tms_cutime;
int64_t tms_cstime;
} ATTRIBUTE_PACKED mx32_tms_t;
#define MPERS_mx32_tms_t mx32_tms_t