Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include There is no sigcontext in ppc64



details:   https://anonhg.NetBSD.org/src/rev/a18c75e36ce0
branches:  trunk
changeset: 990452:a18c75e36ce0
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 27 18:20:08 2021 +0000

description:
There is no sigcontext in ppc64

diffstat:

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

diffs (24 lines):

diff -r 5572d32eee08 -r a18c75e36ce0 sys/arch/powerpc/include/signal.h
--- a/sys/arch/powerpc/include/signal.h Wed Oct 27 18:19:12 2021 +0000
+++ b/sys/arch/powerpc/include/signal.h Wed Oct 27 18:20:08 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.24 2021/10/27 01:11:03 thorpej Exp $      */
+/*     $NetBSD: signal.h,v 1.25 2021/10/27 18:20:08 christos Exp $     */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -39,6 +39,7 @@
 
 typedef int sig_atomic_t;
 
+#ifndef __LP64__
 #if defined(_NETBSD_SOURCE)
 #include <sys/sigtypes.h>
 #include <machine/frame.h>
@@ -65,5 +66,6 @@
 #endif /* _LIBC || _KERNEL */
 
 #endif /* _NETBSD_SOURCE */
+#endif /* __LP64__ */
 #endif /* !_LOCORE */
 #endif /* !_POWERPC_SIGNAL_H_ */



Home | Main Index | Thread Index | Old Index