shmctl (2) Linux Manual Page
NAME shmctl – System V shared memory control SYNOPSIS #include <sys/ipc.h> #include <sys/shm.h> int shmctl(int shmid, int cmd, struct shmid_ds *buf); DESCRIPTION shmctl() performs the control operation specified by cmd on the System V shared memory segment whose identifier is given in shmid. The buf argument is a pointer to a shmid_ds structure, defined in…
