about summary refs log tree commit diff
path: root/src/thread/pthread_attr_setschedparam.c
Commit message (Collapse)AuthorAgeFilesLines
* implement dummy pthread_attr_[gs]etschedparam functionsRich Felker2011-03-111-0/+7
for some reason these functions are not shaded by the PS/TPS option in POSIX, so presumably they are mandatory, even though the functionality they offer is optional. for now, provide them in case any programs depend on their existence, but disallow any priority except the default.