diff options
author | 2000-01-06 07:28:32 +0000 | |
---|---|---|
committer | 2000-01-06 07:28:32 +0000 | |
commit | ab372cb7edd25792503f55c9a9ee9da33d62016e (patch) | |
tree | 98c3a6e4c8572d3eea9c331631cbdf81db2078d7 /lib/libc/arch/sparc | |
parent | thread specific storage and fd locking for single-threaded libc (ie, no-ops) (diff) | |
download | wireguard-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.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() |