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)
the address of the pointer to the sched param, rather than the
pointer, was being passed to the kernel.


No differences found