commit | 6ab2ed119aa46a5accd6d2a952033375169e727a | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Aug 09 22:12:55 2014 -0400 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sun Aug 10 09:23:22 2014 +0000 |
tree | 59ceec0a817fe1855d2ebdfab419b10b93f17dfe | |
parent | 0189ff919bfcb5e8339eb6c8eef0a1801201f647 [diff] |
signal: fix thinko in sa_restorer Previous commit here re-added the bugs trying to be fixed due to a logic thinko. The patches were tested in isolation and hand merged later. Oops. * signal.c (struct new_sigaction): Change || to &&.