Searched refs:sigill_act (Results 1 – 1 of 1) sorted by relevance
38 struct sigaction sigill_act; in test_instruction() local43 memset(&sigill_act, 0, sizeof(sigill_act)); in test_instruction()44 sigill_act.sa_handler = sigill_handler; in test_instruction()46 err = sigaction(SIGILL, &sigill_act, &oldact); in test_instruction()