From 2d8312e98f123300300e80139716f28b16894411 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 10 Jan 2014 20:53:45 +0000 Subject: [PATCH] match what hppa is doing now (not tested, but should be right) ok miod jsing --- lib/libc/arch/hppa64/sys/sigpending.S | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/libc/arch/hppa64/sys/sigpending.S b/lib/libc/arch/hppa64/sys/sigpending.S index 18d5b50acef..1ecfd8d4dfb 100644 --- a/lib/libc/arch/hppa64/sys/sigpending.S +++ b/lib/libc/arch/hppa64/sys/sigpending.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigpending.S,v 1.5 2011/08/16 18:58:45 kettenis Exp $ */ +/* $OpenBSD: sigpending.S,v 1.6 2014/01/10 20:53:45 deraadt Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -29,11 +29,7 @@ #include "SYS.h" SYSENTRY(sigpending) - std %arg0, HPPA_FRAME_ARG(0)(%sp) - SYSCALL(sigpending) - - ldd HPPA_FRAME_ARG(0)(%sp), %arg0 stw %ret0, 0(%arg0) bv %r0(%rp) copy %r0, %ret0 -- 2.20.1