We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1eaa2 commit 804a933Copy full SHA for 804a933
1 file changed
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