Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh5/sh5 Sync the sendsig() argument list with -curr...
details: https://anonhg.NetBSD.org/src/rev/bf015f49e567
branches: trunk
changeset: 533622:bf015f49e567
user: scw <scw%NetBSD.org@localhost>
date: Fri Jul 05 14:04:00 2002 +0000
description:
Sync the sendsig() argument list with -current reality.
diffstat:
sys/arch/sh5/sh5/sig_machdep.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2a51305fc6c3 -r bf015f49e567 sys/arch/sh5/sh5/sig_machdep.c
--- a/sys/arch/sh5/sh5/sig_machdep.c Fri Jul 05 14:03:33 2002 +0000
+++ b/sys/arch/sh5/sh5/sig_machdep.c Fri Jul 05 14:04:00 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sig_machdep.c,v 1.1 2002/07/05 13:32:06 scw Exp $ */
+/* $NetBSD: sig_machdep.c,v 1.2 2002/07/05 14:04:00 scw Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -53,7 +53,7 @@
* Send an signal to process
*/
void
-sendsig(sig_t action, int sig, sigset_t *returnmask, u_long code)
+sendsig(int sig, sigset_t *returnmask, u_long code)
{
}
Home |
Main Index |
Thread Index |
Old Index