Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Fix the previous to only apply to the n...
details: https://anonhg.NetBSD.org/src/rev/e0215f0871c7
branches: trunk
changeset: 1024672:e0215f0871c7
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Oct 30 19:54:58 2021 +0000
description:
Fix the previous to only apply to the non-AArch64 case.
diffstat:
sys/arch/arm/include/signal.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r cd9971d77b46 -r e0215f0871c7 sys/arch/arm/include/signal.h
--- a/sys/arch/arm/include/signal.h Sat Oct 30 19:44:56 2021 +0000
+++ b/sys/arch/arm/include/signal.h Sat Oct 30 19:54:58 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.19 2021/10/30 15:51:52 thorpej Exp $ */
+/* $NetBSD: signal.h,v 1.20 2021/10/30 19:54:58 thorpej Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@@ -49,14 +49,14 @@
#include <sys/featuretest.h>
#include <sys/sigtypes.h>
-#define __HAVE_STRUCT_SIGCONTEXT
-
#ifndef _LOCORE
typedef int sig_atomic_t;
#endif
#if defined(__arm__)
+#define __HAVE_STRUCT_SIGCONTEXT
+
#if defined(_NETBSD_SOURCE)
#ifndef _LOCORE
Home |
Main Index |
Thread Index |
Old Index