13 lines
308 B
C
13 lines
308 B
C
#include <inttypes.h>
|
|
typedef uint32_t mpers_ptr_t;
|
|
typedef
|
|
struct {
|
|
int16_t l_type;
|
|
int16_t l_whence;
|
|
unsigned char mpers_filler_1[4];
|
|
int64_t l_start;
|
|
int64_t l_len;
|
|
int32_t l_pid;
|
|
unsigned char mpers_end_filler_2[4];
|
|
} ATTRIBUTE_PACKED mx32_struct_flock;
|
|
#define MPERS_mx32_struct_flock mx32_struct_flock
|