Hey,
I am needing to place 3 semaphores into a shared memory location so that two processes can access them after a fork().
I am using the mmap() which returns an address in the memory. Upon receiving this address how do place variables into that memory location? And then how do I manipulate them?
Thanks,
chromeo