blob: 32d1cc3c9d82d1b6ac369502a05d36890c77afcf [file] [log] [blame]
#include <stdint.h>
typedef
struct {
int32_t mq_flags;
int32_t mq_maxmsg;
int32_t mq_msgsize;
int32_t mq_curmsgs;
int32_t __reserved[4];
} ATTRIBUTE_PACKED m32_mq_attr_t;
#define MPERS_m32_mq_attr_t m32_mq_attr_t