summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-12-09 19:50:47 +0000
committerRoland McGrath <roland@gnu.org>1994-12-09 19:50:47 +0000
commitdf7927cdfca64e727bc6d6adfad49a4576baf628 (patch)
treea3583e3afca6cc194f9c95f1c855445102dfca11
parent514f845960acac6499a9f7b2409c4df0c6291dff (diff)
Handler takes new SIGERROR arg.
-rw-r--r--hurd/preempt-sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/preempt-sig.c b/hurd/preempt-sig.c
index 373ea6e51a..86761967cc 100644
--- a/hurd/preempt-sig.c
+++ b/hurd/preempt-sig.c
@@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */
int
hurd_preempt_signals (struct hurd_signal_preempt *preempter,
int signo, int first_code, int last_code,
- sighandler_t (*handler) (thread_t, long int, int))
+ sighandler_t (*handler) (thread_t, int, long int, int))
{
if (signo <= 0 || signo >= NSIG)
{