blob: 09bbb8ac0fc9d2eb454e120d369600cf069222fc [file] [log] [blame]
#include <inttypes.h>
typedef uint32_t mpers_ptr_t;
typedef
struct {
union {
int32_t sival_int;
uint32_t sival_ptr;
} sigev_value;
int32_t sigev_signo;
int32_t sigev_notify;
union {
int32_t tid;
struct {
uint32_t function;
uint32_t attribute;
} ATTRIBUTE_PACKED sigev_thread;
} sigev_un;
} ATTRIBUTE_PACKED mx32_struct_sigevent;
#define MPERS_mx32_struct_sigevent mx32_struct_sigevent