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 | unsigned char mpers_filler_1[4]; | ||||
7 | int64_t l_start; | ||||
8 | int64_t l_len; | ||||
9 | int32_t l_pid; | ||||
10 | unsigned char mpers_end_filler_2[4]; | ||||
11 | } ATTRIBUTE_PACKED m32_struct_flock64; | ||||
12 | #define MPERS_m32_struct_flock64 m32_struct_flock64 |