Home | History | Annotate | Download | only in mpers-m32
      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 int64_t l_start;
      8 int64_t l_len;
      9 int32_t l_pid;
     10 } ATTRIBUTE_PACKED m32_struct_flock64;
     11 #define MPERS_m32_struct_flock64 m32_struct_flock64
     12