Created by: alpire
This ensures that SA_RESTORER is passed to sigaction on 32-bit builds. A signal restorer is required when vsyscall32 is disabled, which removes the default signal restorer stub included in the vdso. Therefore, the application cannot rely on the existence of a default signal handler, and provides one by setting the SA_RESTORER flag.
Issue: #2812 (closed)