1# Toolchain-specific mappings. These ones seem to be missing from iwyu defaults 2[ 3 { include: [ "<bits/struct_stat.h>", private, "<sys/stat.h>", public ] }, 4 { include: [ "<bits/pthreadtypes.h>", private, "<pthread.h>", public ] }, 5 { include: [ "<bits/refwrap.h>", private, "<reference_wrapper>", public ] }, 6 { symbol: [ "size_t", private, "<cstddef>", public ] }, 7 { symbol: [ "ptrdiff_t", private, "<cstddef>", public ] }, 8] 9