COHERENT help

This page displays the COHERENT help information for shmat.

Listing of available help pages


shmat() -- Attach a shared-memory segment to a process

#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
char *shmat (shmid, shmaddr, shmflg)
int shmid, shmflag; char *shmaddr;