1 #include <inttypes.h>
2 typedef uint32_t mpers_ptr_t;
3 typedef
4 struct {
5 int16_t l_type;
6 int16_t l_whence;
7 unsigned char mpers_filler_1[4];
8 int64_t l_start;
9 int64_t l_len;
10 int32_t l_pid;
11 unsigned char mpers_end_filler_2[4];
12 } ATTRIBUTE_PACKED mx32_struct_flock;
13 #define MPERS_mx32_struct_flock mx32_struct_flock
14