fix omission of non-stub pthread_mutexattr_getprotocol
authorRich Felker <dalias@aerifal.cx>
Mon, 7 Dec 2020 22:25:08 +0000 (17:25 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 7 Dec 2020 22:25:08 +0000 (17:25 -0500)
commit90ff016996753d83263445940710c87d9afa71f3
tree1bf3508bd432956c7daca4ff97df2e34fc8c7c43
parent56f0631d9553dc06530ff661527cf1fcd595a0d1
fix omission of non-stub pthread_mutexattr_getprotocol

this change should have been made when priority inheritance mutex
support was added. if priority protection is also added at some point
the implementation will need to change and will probably no longer be
a simple bit shuffling.
src/thread/pthread_attr_get.c