Skip to content

Commit

Permalink
chore: Add SO_EXCLUSIVEADDRUSE to known external constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Nov 12, 2024
1 parent 8ed79be commit 9f7cdde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tokstyle/Linter/Callgraph.hs
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ analyse = reverse . flip State.execState [] . linter . (builtins <>) . callgraph
, "SOCK_STREAM"
, "SOL_SOCKET"
, "SO_BROADCAST"
, "SO_EXCLUSIVEADDRUSE"
, "SO_NOSIGPIPE"
, "SO_RCVBUF"
, "SO_REUSEADDR"
Expand Down

0 comments on commit 9f7cdde

Please sign in to comment.