sigaction should set sigaction.sa_restorer
Compare changes
Files
5+ 1
− 0
@@ -89,6 +89,7 @@ pub unsafe extern "C" fn sigaction(
@@ -89,6 +89,7 @@ pub unsafe extern "C" fn sigaction(
sa_restorer wasn't being set in sigaction. Set to __restore_rt and add a test.