allwinner_a64/android/external/strace/mpers-m32/struct_flock.h
2018-08-08 16:14:42 +08:00

11 lines
235 B
C

#include <inttypes.h>
typedef uint32_t mpers_ptr_t;
typedef
struct {
int16_t l_type;
int16_t l_whence;
int32_t l_start;
int32_t l_len;
int32_t l_pid;
} ATTRIBUTE_PACKED m32_struct_flock;
#define MPERS_m32_struct_flock m32_struct_flock