xref: /aosp_15_r20/external/pytorch/tools/iwyu/system.imp (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
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