From ce564f5edfeaaea1e6dc79f16bbbb2866c1668bc Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 26 Oct 2002 17:38:20 +0000 Subject: Allow deprecated or unimplemented system call vectors to deliver SIGSYS, as suggested by the sparc v9 ABI. --- sys/sparc64/sparc64/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c index 37f9b16..7601695 100644 --- a/sys/sparc64/sparc64/trap.c +++ b/sys/sparc64/sparc64/trap.c @@ -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 */ -- cgit v1.1