aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl/libc-to-compat.yml
blob: 0b7dea75228947d9156b7d5875fa67f4b62e3e60 (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 was added in glibc=2.25 / Ubuntu 16.04 
  - sys/random.h: "contrib/libs/libc_compat/include/random/sys/random.h" 
  - readpassphrase.h: "contrib/libs/libc_compat/include/readpassphrase/readpassphrase.h"