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.
parent
ac1bb127
Please register or sign in to comment