We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e40e3f commit 0b72576Copy full SHA for 0b72576
src/trusted/service_runtime/linux/nacl_signal.c
@@ -394,7 +394,7 @@ static void AssertNoOtherSignalHandlers(void) {
394
* we allow it here.
395
*/
396
if (sa.sa_sigaction == NULL ||
397
- sa.sa_sigaction == (void (*)(int, siginfo_t *, void *)) SIG_IGN)
+ (void *) sa.sa_sigaction == (void *) SIG_IGN)
398
continue;
399
}
400
NaClLog(LOG_FATAL, "AssertNoOtherSignalHandlers: "
0 commit comments