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 @@ -654,6 +654,7 @@ const HeaderMapCollector::RegexHeaderMap *getSTLPostfixHeaderMap() {
654654 {" bits/syscall.h$" , " <sys/syscall.h>" },
655655 {" bits/syslog-path.h$" , " <sys/syslog.h>" },
656656 {" bits/termios.h$" , " <termios.h>" },
657+ {" bits/timex.h$" , " <sys/timex.h>" },
657658 {" bits/types.h$" , " <sys/types.h>" },
658659 {" bits/typesizes.h$" , " <sys/types.h>" },
659660 {" bits/uio.h$" , " <sys/uio.h>" },
Original file line number Diff line number Diff line change @@ -669,6 +669,7 @@ const std::pair<llvm::StringRef, llvm::StringRef> IncludeMappings[] = {
669669 {" bits/syscall.h" , " <sys/syscall.h>" },
670670 {" bits/syslog-path.h" , " <sys/syslog.h>" },
671671 {" bits/termios.h" , " <termios.h>" },
672+ {" bits/timex.h" , " <sys/timex.h>" },
672673 {" bits/types.h" , " <sys/types.h>" },
673674 {" bits/types/siginfo_t.h" , " <sys/siginfo.h>" },
674675 {" bits/types/struct_itimerspec.h" , " <sys/time.h>" },
You can’t perform that action at this time.
0 commit comments