Sairam all,
Linux Man pages say
> "LinuxThreads currently does not support process-shared
> semaphores, thus!sem_init! always returns with error !ENOSYS! if
> |pshared| is not zero."
>
> I have a shared memory area I need to lock(using semaphore). Is there a Linux preferred
> method to share semaphores across processes?
Please send me the code too if possible
Sairam