From ae2b703776b7d6da8a76014527a39b57d17efef0 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 28 May 1999 07:39:41 +0000 Subject: use SYSENTRY, so that libc_r wraps this properly --- lib/libc/arch/sparc/sys/sigpending.S | 4 ++-- 1 file 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() -- cgit v1.2.3-59-g8ed1b