summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_mattr_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Modify the return values to comply with POSIX. Previously thesealex1997-11-251-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().hsu1996-11-111-0/+58
OpenPOWER on IntegriCloud