implement dummy pthread_attr_[gs]etschedparam functions
authorRich Felker <dalias@aerifal.cx>
Fri, 11 Mar 2011 14:51:54 +0000 (09:51 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 11 Mar 2011 14:51:54 +0000 (09:51 -0500)
commit243b542382990d8c2d0e5469ae68dfd622551a3e
tree570ef7dc697febbe261fcc58dba861a7c838d4c1
parent1659aa0e62cf23f3007e01ad8ca7123d8e2b061e
implement dummy pthread_attr_[gs]etschedparam functions

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.
src/thread/pthread_attr_getschedparam.c [new file with mode: 0644]
src/thread/pthread_attr_setschedparam.c [new file with mode: 0644]