diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 07:28:33 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 07:28:33 +0000 |
commit | 232d18bd699c39fe0b27b1ab8470a00cf0b10800 (patch) | |
tree | d683d13a77d0e053cfed94346671b7cd9dfdd771 /lib/libc/arch/sparc | |
parent | 32b1f5b70cfb93b1a14901253314bc9b92c8b750 (diff) |
system call entry, art@
Diffstat (limited to 'lib/libc/arch/sparc')
-rw-r--r-- | lib/libc/arch/sparc/sys/sigreturn.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/sparc/sys/sigreturn.S b/lib/libc/arch/sparc/sys/sigreturn.S index 7c60008f083..104299190ee 100644 --- a/lib/libc/arch/sparc/sys/sigreturn.S +++ b/lib/libc/arch/sparc/sys/sigreturn.S @@ -37,12 +37,12 @@ #if defined(SYSLIBC_SCCS) .text - .asciz "$OpenBSD: sigreturn.S,v 1.2 1996/08/19 08:18:14 tholo Exp $" + .asciz "$OpenBSD: sigreturn.S,v 1.3 2000/01/06 07:28:32 d Exp $" #endif /* SYSLIBC_SCCS */ #include "SYS.h" -ENTRY(sigreturn) +SYSENTRY(sigreturn) mov SYS_sigreturn, %g1 t ST_SYSCALL ERROR() |