blob: 9011aa3a36dd2cb99a590a725bde19d9a17a6cd5 [file] [log] [blame]
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001#include <stdint.h>
2#ifndef mpers_ptr_t_is_uint32_t
3typedef uint32_t mpers_ptr_t;
4#define mpers_ptr_t_is_uint32_t
5#endif
6typedef
7struct {
8mpers_ptr_t msg_name;
9int32_t msg_namelen;
10mpers_ptr_t msg_iov;
11uint32_t msg_iovlen;
12mpers_ptr_t msg_control;
13uint32_t msg_controllen;
14int32_t msg_flags;
15} ATTRIBUTE_PACKED m32_struct_msghdr;
16#define MPERS_m32_struct_msghdr m32_struct_msghdr