if returning errno value directly from a syscall, we need to negate it.
[musl] / src / signal / i386 / restore.s
2011-02-14 Rich Felkerfix previous commit that broke sigreturn. looks like...