Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/include Define __HAVE_STRUCT_SIGCONTEXT regard...



details:   https://anonhg.NetBSD.org/src/rev/99d3fb5bc698
branches:  trunk
changeset: 990491:99d3fb5bc698
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Oct 29 01:04:53 2021 +0000

description:
Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility.

diffstat:

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

diffs (26 lines):

diff -r dbd0e92e2ae3 -r 99d3fb5bc698 sys/arch/i386/include/signal.h
--- a/sys/arch/i386/include/signal.h    Thu Oct 28 23:41:06 2021 +0000
+++ b/sys/arch/i386/include/signal.h    Fri Oct 29 01:04:53 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.30 2021/10/26 16:16:35 christos Exp $     */
+/*     $NetBSD: signal.h,v 1.31 2021/10/29 01:04:53 thorpej Exp $      */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@@ -38,6 +38,8 @@
 
 typedef int sig_atomic_t;
 
+#define        __HAVE_STRUCT_SIGCONTEXT
+
 #if defined(_NETBSD_SOURCE)
 /*
  * Get the "code" values
@@ -78,7 +80,6 @@
        int     sc_err;
 };
 
-#define        __HAVE_STRUCT_SIGCONTEXT
 struct sigcontext {
        int     sc_gs;
        int     sc_fs;



Home | Main Index | Thread Index | Old Index