ipc.h 232 B

1234567891011121314
  1. struct ipc_perm {
  2. key_t __ipc_perm_key;
  3. uid_t uid;
  4. gid_t gid;
  5. uid_t cuid;
  6. gid_t cgid;
  7. mode_t mode;
  8. unsigned short __pad1;
  9. unsigned short __ipc_perm_seq;
  10. unsigned long __pad2;
  11. unsigned long __pad3;
  12. };
  13. #define IPC_64 0x100