File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -658,6 +658,7 @@ const HeaderMapCollector::RegexHeaderMap *getSTLPostfixHeaderMap() {
658
658
{" bits/syslog-path.h$" , " <sys/syslog.h>" },
659
659
{" bits/termios.h$" , " <termios.h>" },
660
660
{" bits/types.h$" , " <sys/types.h>" },
661
+ {" bits/types/struct_iovec.h$" , " <sys/uio.h>" },
661
662
{" bits/typesizes.h$" , " <sys/types.h>" },
662
663
{" bits/uio.h$" , " <sys/uio.h>" },
663
664
{" bits/ustat.h$" , " <sys/ustat.h>" },
Original file line number Diff line number Diff line change @@ -674,6 +674,7 @@ const std::pair<llvm::StringRef, llvm::StringRef> IncludeMappings[] = {
674
674
{" bits/termios.h" , " <termios.h>" },
675
675
{" bits/types.h" , " <sys/types.h>" },
676
676
{" bits/types/siginfo_t.h" , " <sys/siginfo.h>" },
677
+ {" bits/types/struct_iovec.h" , " <sys/uio.h>" },
677
678
{" bits/types/struct_itimerspec.h" , " <sys/time.h>" },
678
679
{" bits/types/struct_rusage.h" , " <sys/resource.h>" },
679
680
{" bits/uio.h" , " <sys/uio.h>" },
You can’t perform that action at this time.
0 commit comments