[comp.unix.programmer] Semaphores

pkerr@maccs.dcss.mcmaster.ca (Paul Kerr) (04/05/91)

Hello,
	I am trying to set up a set of processes that access semaphores
and am looking for the best way for it to be done. Is this it?
                                                                       
	Make the call to semget in the parent and pass the sem. set id
	to the forked children so that they can access the semaphore
	set. 

 	Or did I miss the boat completely?

Thanks
Paul Kerr