fix clobbering of signal mask when creating thread with sched attributes
authorRich Felker <dalias@aerifal.cx>
Fri, 26 Apr 2013 21:30:32 +0000 (17:30 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 26 Apr 2013 21:30:32 +0000 (17:30 -0400)
commit082fb4e9bfd105fab3443c7b055bd9c22bdffcec
treef601fc5c5707422db63cfe8bd586d1091fea1c24
parentd0ba09837bc033e236e921304b213daea0fe2653
fix clobbering of signal mask when creating thread with sched attributes

this was simply a case of saving the state in the wrong place.
src/thread/pthread_create.c