We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e72a4 commit 7cbc169Copy full SHA for 7cbc169
src/libraries/Native/Unix/System.Native/pal_signal.h
@@ -40,8 +40,8 @@ typedef enum
40
PosixSignalSIGQUIT = -3,
41
PosixSignalSIGTERM = -4,
42
PosixSignalSIGCHLD = -5,
43
- PosixSignalSIGWINCH = -6,
44
- PosixSignalSIGCONT = -7,
+ PosixSignalSIGCONT = -6,
+ PosixSignalSIGWINCH = -7,
45
PosixSignalSIGTTIN = -8,
46
PosixSignalSIGTTOU = -9,
47
PosixSignalSIGTSTP = -10
0 commit comments