Module Name:    src
Committed By:   christos
Date:           Thu Oct 28 11:25:02 UTC 2021

Modified Files:
        src/sys/arch/hppa/include: signal.h

Log Message:
Finish restoring the compat code.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hppa/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/hppa/include/signal.h
diff -u src/sys/arch/hppa/include/signal.h:1.11 src/sys/arch/hppa/include/signal.h:1.12
--- src/sys/arch/hppa/include/signal.h:1.11	Thu Oct 28 07:07:07 2021
+++ src/sys/arch/hppa/include/signal.h	Thu Oct 28 07:25:02 2021
@@ -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 @@ typedef int sig_atomic_t;
 #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

Reply via email to