Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify the return values to comply with POSIX. Previously these | alex | 1997-11-25 | 1 | -2/+1 |
| | | | | | | functions would return -1 and set errno to indicate the specific error. POSIX requires that the functions return the error code as the return value of the function instead. | ||||
* | Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np(). | hsu | 1996-11-11 | 1 | -0/+58 |