Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
37c5c783b1103f213e98406255c34ea914d91b67
/
.
/
mpers-m32
/
struct_flock.h
blob: b59ab68416f97e9143518d398b6f710d8d3df3d3 [
file
] [
log
] [
blame
]
#include
<stdint.h>
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