summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc
diff options
context:
space:
mode:
authord <d@openbsd.org>2000-01-06 07:28:32 +0000
committerd <d@openbsd.org>2000-01-06 07:28:32 +0000
commitab372cb7edd25792503f55c9a9ee9da33d62016e (patch)
tree98c3a6e4c8572d3eea9c331631cbdf81db2078d7 /lib/libc/arch/sparc
parentthread specific storage and fd locking for single-threaded libc (ie, no-ops) (diff)
downloadwireguard-openbsd-ab372cb7edd25792503f55c9a9ee9da33d62016e.tar.xz
wireguard-openbsd-ab372cb7edd25792503f55c9a9ee9da33d62016e.zip
system call entry, art@
Diffstat (limited to 'lib/libc/arch/sparc')
-rw-r--r--lib/libc/arch/sparc/sys/sigreturn.S4
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()