Module Name: src Committed By: thorpej Date: Fri Oct 29 04:14:44 UTC 2021
Modified Files: src/sys/arch/sh3/include: signal.h Log Message: Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sh3/include/signal.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/sh3/include/signal.h diff -u src/sys/arch/sh3/include/signal.h:1.16 src/sys/arch/sh3/include/signal.h:1.17 --- src/sys/arch/sh3/include/signal.h:1.16 Wed Oct 27 01:11:34 2021 +++ src/sys/arch/sh3/include/signal.h Fri Oct 29 04:14:44 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: signal.h,v 1.16 2021/10/27 01:11:34 thorpej Exp $ */ +/* $NetBSD: signal.h,v 1.17 2021/10/29 04:14:44 thorpej Exp $ */ /* * Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California. @@ -36,6 +36,8 @@ #include <sys/featuretest.h> +#define __HAVE_STRUCT_SIGCONTEXT + typedef int sig_atomic_t; #if defined(_NETBSD_SOURCE) @@ -78,7 +80,6 @@ struct sigcontext13 { #endif /* _KERNEL */ #if defined(_LIBC) || defined(_KERNEL) -#define __HAVE_STRUCT_SIGCONTEXT struct sigcontext { int sc_spc; int sc_ssr;