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
SOL_SOCKET appears to be the only constant that is not the
same across architectures and it was already present in libc.
The constants provided match bionic and the Linux kernel but
are a supseret of those provided by musl and glibc. They
are just constants, so it should be fine (and avoids upstream
from having to define/maintain them).
Signed-off-by: Paul Osborne <[email protected]>
0 commit comments