Elliott Hughes | 28e98bc | 2018-06-14 16:59:04 -0700 | [diff] [blame] | 1 | #include <stdint.h> |
2 | #ifndef mpers_ptr_t_is_uint32_t | ||||
3 | typedef uint32_t mpers_ptr_t; | ||||
4 | #define mpers_ptr_t_is_uint32_t | ||||
5 | #endif | ||||
6 | typedef | ||||
7 | struct { | ||||
8 | mpers_ptr_t msg_name; | ||||
9 | int32_t msg_namelen; | ||||
10 | mpers_ptr_t msg_iov; | ||||
11 | uint32_t msg_iovlen; | ||||
12 | mpers_ptr_t msg_control; | ||||
13 | uint32_t msg_controllen; | ||||
14 | int32_t msg_flags; | ||||
15 | } ATTRIBUTE_PACKED m32_struct_msghdr; | ||||
16 | #define MPERS_m32_struct_msghdr m32_struct_msghdr |