Source-Changes-HG archive

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

[src/trunk]: src/sys/arch need sigtypes.h for sigset_t, since <sys/siginfo.h>...



details:   https://anonhg.NetBSD.org/src/rev/d692d8be0adb
branches:  trunk
changeset: 828129:d692d8be0adb
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 29 17:36:03 2017 +0000

description:
need sigtypes.h for sigset_t, since <sys/siginfo.h> includes this directly.

diffstat:

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

diffs (34 lines):

diff -r 734a01a06bf4 -r d692d8be0adb sys/arch/hppa/include/signal.h
--- a/sys/arch/hppa/include/signal.h    Wed Nov 29 16:10:01 2017 +0000
+++ b/sys/arch/hppa/include/signal.h    Wed Nov 29 17:36:03 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.6 2011/01/02 18:07:02 skrll Exp $ */
+/*     $NetBSD: signal.h,v 1.7 2017/11/29 17:36:03 christos Exp $      */
 
 /*     $OpenBSD: signal.h,v 1.1 1998/06/23 19:45:27 mickey Exp $       */
 
@@ -33,6 +33,7 @@
  */
 
 #include <sys/featuretest.h>
+#include <sys/sigtypes.h>
 
 typedef int sig_atomic_t;
 
diff -r 734a01a06bf4 -r d692d8be0adb sys/arch/powerpc/include/signal.h
--- a/sys/arch/powerpc/include/signal.h Wed Nov 29 16:10:01 2017 +0000
+++ b/sys/arch/powerpc/include/signal.h Wed Nov 29 17:36:03 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.20 2008/11/19 22:59:56 cegger Exp $       */
+/*     $NetBSD: signal.h,v 1.21 2017/11/29 17:36:16 christos Exp $     */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -39,6 +39,7 @@
 typedef int sig_atomic_t;
 
 #if defined(_NETBSD_SOURCE)
+#include <sys/sigtypes.h>
 #include <machine/frame.h>
 
 #if defined(__LIBC12_SOURCE__) || defined(_KERNEL)



Home | Main Index | Thread Index | Old Index