summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-05-28 07:39:41 +0000
committerderaadt <deraadt@openbsd.org>1999-05-28 07:39:41 +0000
commitae2b703776b7d6da8a76014527a39b57d17efef0 (patch)
tree9da880ddeefe13b4fd4d3c879d8313de8dd09838 /lib/libc/arch/sparc
parentfix the makefile; i'm evil (diff)
downloadwireguard-openbsd-ae2b703776b7d6da8a76014527a39b57d17efef0.tar.xz
wireguard-openbsd-ae2b703776b7d6da8a76014527a39b57d17efef0.zip
use SYSENTRY, so that libc_r wraps this properly
Diffstat (limited to 'lib/libc/arch/sparc')
-rw-r--r--lib/libc/arch/sparc/sys/sigpending.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/sparc/sys/sigpending.S b/lib/libc/arch/sparc/sys/sigpending.S
index 5cbc3a56b17..2f9027fd2d9 100644
--- a/lib/libc/arch/sparc/sys/sigpending.S
+++ b/lib/libc/arch/sparc/sys/sigpending.S
@@ -37,12 +37,12 @@
#if defined(SYSLIBC_SCCS)
.text
- .asciz "$OpenBSD: sigpending.S,v 1.2 1996/08/19 08:18:12 tholo Exp $"
+ .asciz "$OpenBSD: sigpending.S,v 1.3 1999/05/28 07:39:41 deraadt Exp $"
#endif /* SYSLIBC_SCCS */
#include "SYS.h"
-ENTRY(sigpending)
+SYSENTRY(sigpending)
mov %o0, %o2 ! save pointer
mov SYS_sigpending, %g1
t ST_SYSCALL ! sigpending()