Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
56193323
Commit
56193323
authored
9 years ago
by
Hisham Muhammad
Browse files
Options
Download
Email Patches
Plain Diff
let's let the user find SIGIOT if the look for it :)
parent
ee0d602a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbsd/Platform.c
+2
-1
openbsd/Platform.c
with
2 additions
and
1 deletion
+2
-1
openbsd/Platform.c
View file @
56193323
...
...
@@ -105,7 +105,8 @@ SignalItem Platform_signals[] = {
{
.
name
=
" 3 SIGQUIT"
,
.
number
=
3
},
{
.
name
=
" 4 SIGILL"
,
.
number
=
4
},
{
.
name
=
" 5 SIGTRAP"
,
.
number
=
5
},
{
.
name
=
" 6 SIGABRT"
,
.
number
=
6
},
/* a.k.a. SIGIOT */
{
.
name
=
" 6 SIGABRT"
,
.
number
=
6
},
{
.
name
=
" 6 SIGIOT"
,
.
number
=
6
},
{
.
name
=
" 7 SIGEMT"
,
.
number
=
7
},
{
.
name
=
" 8 SIGFPE"
,
.
number
=
8
},
{
.
name
=
" 9 SIGKILL"
,
.
number
=
9
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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
Menu
Projects
Groups
Snippets
Help