diff options
author | 2014-01-10 20:53:45 +0000 | |
---|---|---|
committer | 2014-01-10 20:53:45 +0000 | |
commit | 2d8312e98f123300300e80139716f28b16894411 (patch) | |
tree | 26e9f22ca8e21a2f712f2a6294f69f4ad8bf979c /lib/libc | |
parent | correct argument handling; this has been broken since to beginning (diff) | |
download | wireguard-openbsd-2d8312e98f123300300e80139716f28b16894411.tar.xz wireguard-openbsd-2d8312e98f123300300e80139716f28b16894411.zip |
match what hppa is doing now (not tested, but should be right)
ok miod jsing
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/hppa64/sys/sigpending.S | 6 |
1 files changed, 1 insertions, 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 |