summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_attr_setschedpolicy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Instead of ifdef around ENOTSUP, move it to pthread_private.h and makefgsch2002-01-191-5/+1
| | | | it EOPNOTSUPP.
* Only return EINVAL if attr is invalid. If policy is invalid returnfgsch2001-08-091-5/+10
| | | | EOPNOTSUPP; from FreeBSD.
* sync with FreeBSDd1999-11-251-1/+2
|
* sync with FreeBSDd1999-05-261-0/+52