summaryrefslogtreecommitdiff
path: root/src/thread/pthread_attr_getschedparam.c
AgeCommit message (Collapse)AuthorLines
2011-03-11implement dummy pthread_attr_[gs]etschedparam functionsRich Felker-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.