 | | Feature: In Draft 4, Pthreads library functions use the errno global to indicate the reason (that is, the error number) for an unsuccessful function call. The final standard specifies that Pthreads library functions should not use errno . Instead, most Pthreads library functions provide the error number as the return value of an unsuccessful call. | |
|