Allow deprecated or unimplemented system call vectors to deliver SIGSYS,
as suggested by the sparc v9 ABI.
This commit is contained in:
parent
5b412c08c2
commit
8d9faed03e
@ -208,7 +208,7 @@ const int trap_sig[] = {
|
||||
SIGILL, /* range check */
|
||||
SIGILL, /* fix alignment */
|
||||
SIGILL, /* integer overflow */
|
||||
-1, /* syscall */
|
||||
SIGSYS, /* syscall */
|
||||
-1, /* restore physical watchpoint */
|
||||
-1, /* restore virtual watchpoint */
|
||||
-1, /* kernel stack fault */
|
||||
|
Loading…
x
Reference in New Issue
Block a user