Elliott Hughes | 28e98bc | 2018-06-14 16:59:04 -0700 | [diff] [blame] | 1 | #include <stdint.h> |
2 | typedef | ||||
3 | struct { | ||||
4 | int16_t l_type; | ||||
5 | int16_t l_whence; | ||||
6 | int32_t l_start; | ||||
7 | int32_t l_len; | ||||
8 | int32_t l_pid; | ||||
9 | } ATTRIBUTE_PACKED m32_struct_flock; | ||||
10 | #define MPERS_m32_struct_flock m32_struct_flock |