Sha256: e7e7aad5fe665c003ccf74d968747756f013b796d7fab9a0cfe75282126a086c
Contents?: true
Size: 300 Bytes
Versions: 5
Compression:
Stored size: 300 Bytes
Contents
#define SHMLBA 4096 struct shmid_ds { struct ipc_perm shm_perm; size_t shm_segsz; time_t shm_atime; int __unused1; time_t shm_dtime; int __unused2; time_t shm_ctime; int __unused3; pid_t shm_cpid; pid_t shm_lpid; unsigned long shm_nattch; unsigned long __pad1; unsigned long __pad2; };
Version data entries
5 entries across 5 versions & 1 rubygems