commit | 458b3f2fd964d23cf779c235ecb2b8f1c40d994c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 28 23:21:35 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Feb 28 23:35:21 2014 +0000 |
tree | 91199c2ce5a7a8f68a0b3d40695f6428afcfc3b0 | |
parent | fb642bb6d63f7ffe2228bf48a6008bc8f56f67ff [diff] |
Add multi-personality support to struct old_sigaction decoding struct sigaction is another structure that contains members whose size differs between 32-bit and 64-bit personalities. * signal.c [HAVE_SIGACTION] (old_sigaction32): New structure. [HAVE_SIGACTION] (decode_old_sigaction): Decode 32-bit struct old_sigaction on a 64-bit host. Signed-off-by: Elliott Hughes <enh@google.com>