[compiler-rt] [compiler-rt] fix __sanitizer::struct_sock_fprog_sz availability (PR #118762)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 14 06:19:48 PDT 2025
sertonix wrote:
> nvm, just checked it s not available on musl, fixing ...
It is available if you include the right kernel header (`linux/filter.h`, which for some reason is only included for glibc). Is there anything preventing that?
https://github.com/llvm/llvm-project/pull/118762
More information about the llvm-commits
mailing list