fix reversed argument order x86_64 sigsetjmp's call to sigprocmask
authorRich Felker <dalias@aerifal.cx>
Mon, 22 Apr 2013 14:17:56 +0000 (10:17 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 22 Apr 2013 14:17:56 +0000 (10:17 -0400)
commitae0c1de530bc3b27069008b8b247171d08dbe80b
tree140deb0888c2dde88928e6d0831efcd25398753a
parent71ae0c724dd49d493621b367d17079f8cc70443c
fix reversed argument order x86_64 sigsetjmp's call to sigprocmask

this caused sigsetjmp not to save the signal mask but instead to
clobber it with whatever happened to be in the sigjmb_buf prior to the
call.
src/signal/x86_64/sigsetjmp.s