Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/include __HAVE_SIGINFO has not been required/u...



details:   https://anonhg.NetBSD.org/src/rev/3217c798b882
branches:  trunk
changeset: 760321:3217c798b882
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jan 02 18:07:02 2011 +0000

description:
__HAVE_SIGINFO has not been required/used for a long time now.

Prompted by uwe@

diffstat:

 sys/arch/hppa/include/signal.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 51b947cf33f7 -r 3217c798b882 sys/arch/hppa/include/signal.h
--- a/sys/arch/hppa/include/signal.h    Sun Jan 02 13:49:15 2011 +0000
+++ b/sys/arch/hppa/include/signal.h    Sun Jan 02 18:07:02 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.5 2005/12/11 12:17:37 christos Exp $      */
+/*     $NetBSD: signal.h,v 1.6 2011/01/02 18:07:02 skrll Exp $ */
 
 /*     $OpenBSD: signal.h,v 1.1 1998/06/23 19:45:27 mickey Exp $       */
 
@@ -36,8 +36,6 @@
 
 typedef int sig_atomic_t;
 
-#define __HAVE_SIGINFO
-
 #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
 #include <machine/trap.h>      /* codes for SIGILL, SIGFPE */
 #endif



Home | Main Index | Thread Index | Old Index