summaryrefslogtreecommitdiff
path: root/lib/libkse/thread/thr_condattr_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Modify the return values to comply with POSIX. Previously theseAlexander Langer1997-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. Notes: svn path=/head/; revision=31402
* Submitted by: John BirrellJulian Elischer1997-02-051-0/+58
uthreads update from the author. Notes: svn path=/head/; revision=22315