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