From: Rich Felker Date: Thu, 27 Jun 2013 01:34:44 +0000 (-0400) Subject: fix failure of pthread_setschedparam to pass correct param to kernel X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=21088aee2eb6bf12fd3b1db918ee4754989ff7da;hp=21088aee2eb6bf12fd3b1db918ee4754989ff7da;p=musl fix failure of pthread_setschedparam to pass correct param to kernel the address of the pointer, rather than the pointer, was being passed. this was probably a copy-and-paste error from corresponding get code. ---