sem_wait() and sem_trywait() no longer modify the errno value UNLESS an error...
sem_wait() and sem_trywait() no longer modify the errno value UNLESS an error occurs. This allows these functions to be used internallly without clobbering the errno value.
Loading
Please register or sign in to comment