commit | c5a373942bbc41698724fc948c74f959f73407e5 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Sun Feb 19 09:41:09 2012 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Feb 20 12:52:05 2012 -0800 |
tree | ba475366552b7d7bc143c0e8fd31f8e73ae2b6ce | |
parent | a96d692e9a559980f269f81c9b0b094220382186 [diff] |
x32: Signal-related system calls x32 uses the 64-bit signal frame format, obviously, but there are some structures which mixes that with pointers or sizeof(long) types, as such we have to create a handful of system calls specific to x32. By and large these are a mixture of the 64-bit and the compat system calls. Originally-by: H. J. Lu <hjl.tools@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>