commit | 2c73ce734653f96542a070f3c3b3e3d1cd0fba02 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Sun Feb 19 09:48:01 2012 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Feb 20 12:48:49 2012 -0800 |
tree | ba16b98dae0ae8b1972e4843ba780af43bfc9674 | |
parent | bb2127240c5595ae4ef7115494f51e973692f64e [diff] |
x86-64, ia32: Drop sys32_rt_sigprocmask On x86, the only difference between sys_rt_sigprocmask and sys32_rt_sigprocmask is the alignment of the data structures. However, x86 allows data accesses with arbitrary alignment, and therefore there is no reason for this code to be different. Reported-by: Gregory M. Lueck <gregory.m.lueck@intel.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>