Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/include need <sys/sigtypes.h> for sigset_t
details: https://anonhg.NetBSD.org/src/rev/cbb4fedf805d
branches: trunk
changeset: 357829:cbb4fedf805d
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 29 17:43:20 2017 +0000
description:
need <sys/sigtypes.h> for sigset_t
diffstat:
sys/arch/sh3/include/signal.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e69ec62cb206 -r cbb4fedf805d sys/arch/sh3/include/signal.h
--- a/sys/arch/sh3/include/signal.h Wed Nov 29 17:36:03 2017 +0000
+++ b/sys/arch/sh3/include/signal.h Wed Nov 29 17:43:20 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.13 2008/11/19 18:36:00 ad Exp $ */
+/* $NetBSD: signal.h,v 1.14 2017/11/29 17:43:20 christos Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@@ -39,7 +39,7 @@
typedef int sig_atomic_t;
#if defined(_NETBSD_SOURCE)
-
+#include <sys/sigtypes.h>
/*
* Information pushed on stack when a signal is delivered.
* This is used by the kernel to restore state following
Home |
Main Index |
Thread Index |
Old Index