Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Remove gsignal() and kgsignal() that do not prototyp...
details: https://anonhg.NetBSD.org/src/rev/e5e6d637054b
branches: trunk
changeset: 754392:e5e6d637054b
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu Apr 29 15:24:07 2010 +0000
description:
Remove gsignal() and kgsignal() that do not prototype anything any more.
diffstat:
sys/sys/signalvar.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 15aa47121fec -r e5e6d637054b sys/sys/signalvar.h
--- a/sys/sys/signalvar.h Thu Apr 29 14:57:55 2010 +0000
+++ b/sys/sys/signalvar.h Thu Apr 29 15:24:07 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: signalvar.h,v 1.76 2010/01/19 22:28:31 pooka Exp $ */
+/* $NetBSD: signalvar.h,v 1.77 2010/04/29 15:24:07 jruoho Exp $ */
/*
* Copyright (c) 1991, 1993
@@ -129,8 +129,6 @@
*/
int coredump_netbsd(struct lwp *, void *);
void execsigs(struct proc *);
-void gsignal(int, int);
-void kgsignal(int, struct ksiginfo *, void *);
int issignal(struct lwp *);
void pgsignal(struct pgrp *, int, int);
void kpgsignal(struct pgrp *, struct ksiginfo *, void *, int);
Home |
Main Index |
Thread Index |
Old Index