Commit 9f2dc70
src: add SIGINFO to supported signals
Though not a POSIX signal, SIGINFO is supported by BSD systems
(including Mac OS X) and is amongst the few signals that can be
triggered in a terminal via a simple key combination (CTRL-T).
On Linux, SIGINFO is an alias for SIGPWR; hence the defensive
conditionals in src/node.cc.
PR-URL: #6093
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 24ec701 commit 9f2dc70Copy full SHA for 9f2dc70
File tree
Expand file treeCollapse file tree
2 files changed
+10
-0
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
2 files changed
+10
-0
lines changedOpen diff view settings
Collapse file
+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
692 | 692 | |
693 | 693 | |
694 | 694 | |
| 695 | + |
| 696 | + |
| 697 | + |
| 698 | + |
| 699 | + |
| 700 | + |
695 | 701 | |
696 | 702 | |
697 | 703 | |
|
Collapse file
+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
716 | 716 | |
717 | 717 | |
718 | 718 | |
| 719 | + |
| 720 | + |
| 721 | + |
| 722 | + |
719 | 723 | |
720 | 724 | |
721 | 725 | |
|
0 commit comments