hello everyone!
i've got a question about semaphores.I have a set of semaphores and i initialize all of them to 0.after i want to change their value-not to all of them but just for one at a time-Is it possible to use semctl with SETVAL again for a semaphore or i'm not allowed to after i have already used that for initialization?