Skip to content

Commit 7cbc169

Browse files
JamesWTruhergithub-actions
authored andcommitted
The signal enum in the native library should match the managed code.
1 parent b7e72a4 commit 7cbc169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libraries/Native/Unix/System.Native/pal_signal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ typedef enum
4040
PosixSignalSIGQUIT = -3,
4141
PosixSignalSIGTERM = -4,
4242
PosixSignalSIGCHLD = -5,
43-
PosixSignalSIGWINCH = -6,
44-
PosixSignalSIGCONT = -7,
43+
PosixSignalSIGCONT = -6,
44+
PosixSignalSIGWINCH = -7,
4545
PosixSignalSIGTTIN = -8,
4646
PosixSignalSIGTTOU = -9,
4747
PosixSignalSIGTSTP = -10

0 commit comments

Comments
 (0)