git: 9142bb0791d5 - main - ia32: Rename a struct ia32_sigcontext3 -> struct ia32_osigcontext.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jan 2022 01:42:35 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=9142bb0791d53d789d778579b9842ad100882315
commit 9142bb0791d53d789d778579b9842ad100882315
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2022-01-14 01:41:28 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-01-14 01:41:28 +0000
ia32: Rename a struct ia32_sigcontext3 -> struct ia32_osigcontext.
Fixes: bd7630ef6198 ia32: Sync signal context type names with i386.
---
sys/compat/ia32/ia32_signal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/compat/ia32/ia32_signal.h b/sys/compat/ia32/ia32_signal.h
index 01b1d8d40b03..1ff6d4eafa70 100644
--- a/sys/compat/ia32/ia32_signal.h
+++ b/sys/compat/ia32/ia32_signal.h
@@ -178,7 +178,7 @@ struct ia32_sigframe {
#ifdef COMPAT_43
struct ia32_osiginfo {
- struct ia32_sigcontext3 si_sc;
+ struct ia32_osigcontext si_sc;
int si_signo;
int si_code;
union sigval32 si_value;