Allow deprecated or unimplemented system call vectors to deliver SIGSYS,

as suggested by the sparc v9 ABI.
This commit is contained in:
Jake Burkholder 2002-10-26 17:38:20 +00:00
parent 5b412c08c2
commit 8d9faed03e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105996

View File

@ -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 */