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 int32_t l_start; 8 int32_t l_len; 9 int32_t l_pid; 10 } ATTRIBUTE_PACKED m32_struct_flock; 11 #define MPERS_m32_struct_flock m32_struct_flock 12