Skip to content
Commit 2c73ce73 authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

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: default avatarGregory M. Lueck <gregory.m.lueck@intel.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent bb212724
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment