blob: 19ec9a2d09d403b9b70b00b5c7df939c20031f6a (
plain) (
blame)
1
2
3
4
5
6
|
# We want musl to resolve itself without these sysincls, but its test must have them
- source_filter: "^(?!contrib/libs/musl).*|^contrib/libs/musl/tests"
includes:
- sys/random.h: "contrib/libs/libc_compat/random/sys/random.h"
- readpassphrase.h: "contrib/libs/libc_compat/include/readpassphrase/readpassphrase.h"
- stdlib.h: "contrib/libs/libc_compat/reallocarray/stdlib.h"
|