You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
socket_options: prevent direct import of private header linux/in.h
This commit suppresses the warning to import the private header
`linux/in(6).h` directly. Otherwise this leads to the following
clangd error.
```
Redefinition of struct in6_addr
```
Signed-off-by: Marco Hofstetter <[email protected]>
0 commit comments