Backout previous, now that <sys/syscall.h> is fixed it's SYS___sigreturn14
again (until we convert to siginfo).
This commit is contained in:
parent
f237492d35
commit
346b195550
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sigcode.S,v 1.4 2003/09/11 03:57:29 briggs Exp $ */
|
||||
/* $NetBSD: sigcode.S,v 1.5 2003/09/11 19:36:29 martin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1994-1997 Mark Brinicombe
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include <machine/asm.h>
|
||||
|
||||
RCSID("$NetBSD: sigcode.S,v 1.4 2003/09/11 03:57:29 briggs Exp $")
|
||||
RCSID("$NetBSD: sigcode.S,v 1.5 2003/09/11 19:36:29 martin Exp $")
|
||||
|
||||
#include "assym.h"
|
||||
#include <sys/syscall.h>
|
||||
|
@ -50,7 +50,7 @@ ENTRY_NP(sigcode)
|
|||
* The stack pointer points to the saved sigcontext.
|
||||
*/
|
||||
mov r0, sp
|
||||
swi SYS_compat_16___sigreturn14
|
||||
swi SYS___sigreturn14
|
||||
|
||||
/* Well if that failed we better exit quick ! */
|
||||
|
||||
|
|
Loading…
Reference in New Issue