Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/include Finish restoring the compat code.



details:   https://anonhg.NetBSD.org/src/rev/f631945e4370
branches:  trunk
changeset: 990472:f631945e4370
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 28 11:25:02 2021 +0000

description:
Finish restoring the compat code.

diffstat:

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

diffs (17 lines):

diff -r fec036369d5a -r f631945e4370 sys/arch/hppa/include/signal.h
--- a/sys/arch/hppa/include/signal.h    Thu Oct 28 11:22:41 2021 +0000
+++ b/sys/arch/hppa/include/signal.h    Thu Oct 28 11:25:02 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.11 2021/10/28 11:07:07 christos Exp $     */
+/*     $NetBSD: signal.h,v 1.12 2021/10/28 11:25:02 christos Exp $     */
 
 /*     $OpenBSD: signal.h,v 1.1 1998/06/23 19:45:27 mickey Exp $       */
 
@@ -42,6 +42,7 @@
 #endif
 
 #if defined(_LIBC)
+#define        __HAVE_STRUCT_SIGCONTEXT
 /*
  * 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