Skip to content

Commit

Permalink
fix: Add missing well-known constant we now use in toxcore.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 14, 2025
1 parent 1690be0 commit 33d0ab4
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 @@ -468,6 +468,7 @@ analyse = reverse . flip State.execState [] . linter . (builtins <>) . callgraph
, "IPPROTO_UDP"
, "IPV6_JOIN_GROUP"
, "O_NONBLOCK"
, "SIOCGIFADDR"
, "SIOCGIFBRDADDR"
, "SIOCGIFCONF"
, "SOCK_DGRAM"
Expand Down

0 comments on commit 33d0ab4

Please sign in to comment.