Skip to content

Commit

Permalink
The signal enum in the native library should match the managed code. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWTruher committed Sep 4, 2021
1 parent 2a1eaa2 commit 804a933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libraries/Native/Unix/System.Native/pal_signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ typedef enum
PosixSignalSIGQUIT = -3,
PosixSignalSIGTERM = -4,
PosixSignalSIGCHLD = -5,
PosixSignalSIGWINCH = -6,
PosixSignalSIGCONT = -7,
PosixSignalSIGCONT = -6,
PosixSignalSIGWINCH = -7,
PosixSignalSIGTTIN = -8,
PosixSignalSIGTTOU = -9,
PosixSignalSIGTSTP = -10
Expand Down

0 comments on commit 804a933

Please sign in to comment.