fix syscall argument bug in pthread_getschedparam
authorRich Felker <dalias@aerifal.cx>
Thu, 27 Jun 2013 02:02:23 +0000 (22:02 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 27 Jun 2013 02:02:23 +0000 (22:02 -0400)
commitb17c75a4d539d7ec5b81cc7ce7ce6b065a87e7a6
tree4233d4e2828bf5f4c4165c9acd27a1b645b2ba1c
parent7c20a11801fd56cbadac5a6e88ddddf8656ac1bc
fix syscall argument bug in pthread_getschedparam

the address of the pointer to the sched param, rather than the
pointer, was being passed to the kernel.
src/thread/pthread_getschedparam.c