artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32e74b
)
match what hppa is doing now (not tested, but should be right)
author
deraadt
<deraadt@openbsd.org>
Fri, 10 Jan 2014 20:53:45 +0000
(20:53 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 10 Jan 2014 20:53:45 +0000
(20:53 +0000)
ok miod jsing
lib/libc/arch/hppa64/sys/sigpending.S
patch
|
blob
|
history
diff --git
a/lib/libc/arch/hppa64/sys/sigpending.S
b/lib/libc/arch/hppa64/sys/sigpending.S
index
18d5b50
..
1ecfd8d
100644
(file)
--- 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