Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

shmid_ds

Declaration

Source position: bshmh.inc line 16

type shmid_ds = record

  shm_perm: ipc_perm;

  shm_segsz: size_t;

  shm_atime: __time_t;

  __unused1: dword;

  shm_dtime: __time_t;

  __unused2: dword;

  shm_ctime: __time_t;

  __unused3: dword;

  shm_cpid: __pid_t;

  shm_lpid: __pid_t;

  shm_nattch: shmatt_t;

  __unused4: dword;

  __unused5: dword;

end;


Documentation generated on: 2023-03-18