[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Shared Memory POSIX interface




Hello list,

while writing a code for shared memory using POSIX interface... i used following
functions

shm_init
shm_open
shm_unlink

but these functions doesn't seems to be present. Man pages talk about shmget,
shmctl, shmat and shmdt functions.

Is there a library available for the shm_* functions ?

TIA