#include <sys/ipc.h>
sys/ipc.h
struct__ipc_perm_old
Legacy structure; this structure is maintained for binary backward
compatability with previous versions of the interface. New code
should not use this interface, since ID values may be truncated.
| __uint16_t | cuid | Creator's user ID |
| __uint16_t | cgid | Creator's group ID |
| __uint16_t | uid | Owner's user ID |
| __uint16_t | gid | Owner's group ID |
| mode_t | mode | Read/Write permission |
| __uint16_t | seq | Reserved for internal use |
| key_t | key | Reserved for internal use |