Skip to content

Instead of detecting MUSL libc, detect padding in struct msghdr

Ondřej Surý requested to merge 3095-detect-padding-in-struct_msghdr into main

The detection of MUSL libc via autoconf $host turned out to be not reliable.

Convert the autoconf check from $host detection to actually detect the padding used in the struct msghdr.

Closes #3095 (closed)

Merge request reports