Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
9142bb07
Commit
9142bb07
authored
Jan 13, 2022
by
John Baldwin
Browse files
ia32: Rename a struct ia32_sigcontext3 -> struct ia32_osigcontext.
Fixes:
bd7630ef
ia32: Sync signal context type names with i386.
parent
d61effd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/compat/ia32/ia32_signal.h
View file @
9142bb07
...
...
@@ -178,7 +178,7 @@ struct ia32_sigframe {
#ifdef COMPAT_43
struct
ia32_osiginfo
{
struct
ia32_sigcontext
3
si_sc
;
struct
ia32_
o
sigcontext
si_sc
;
int
si_signo
;
int
si_code
;
union
sigval32
si_value
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment