blob: 37489e8c5d215ebae2b212ea589a0cce1d0a2f0f [file] [log] [blame]
#include <inttypes.h>
typedef uint32_t mpers_ptr_t;
typedef
struct {
struct {
int32_t __key;
uint32_t uid;
uint32_t gid;
uint32_t cuid;
uint32_t cgid;
uint16_t mode;
uint16_t __pad1;
uint16_t __seq;
uint16_t __pad2;
unsigned char mpers_filler_1[4];
uint64_t __glibc_reserved1;
uint64_t __glibc_reserved2;
} ATTRIBUTE_PACKED shm_perm;
uint32_t shm_segsz;
unsigned char mpers_filler_2[4];
int64_t shm_atime;
int64_t shm_dtime;
int64_t shm_ctime;
int32_t shm_cpid;
int32_t shm_lpid;
uint64_t shm_nattch;
uint64_t __glibc_reserved4;
uint64_t __glibc_reserved5;
} ATTRIBUTE_PACKED mx32_shmid_ds_t;
#define MPERS_mx32_shmid_ds_t mx32_shmid_ds_t