File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -606,6 +606,9 @@ const HeaderMapCollector::RegexHeaderMap *getSTLPostfixHeaderMap() {
606606 {" sys/xattr.h$" , " <sys/xattr.h>" },
607607 {" bits/epoll.h$" , " <sys/epoll.h>" },
608608 {" bits/eventfd.h$" , " <sys/eventfd.h>" },
609+ {" bits/getopt_core.h$" , " <getopt.h>" },
610+ {" bits/getopt_ext.h$" , " <getopt.h>" },
611+ {" bits/getopt_posix.h$" , " <getopt.h>" },
609612 {" bits/inotify.h$" , " <sys/inotify.h>" },
610613 {" bits/ipc.h$" , " <sys/ipc.h>" },
611614 {" bits/ipctypes.h$" , " <sys/ipc.h>" },
Original file line number Diff line number Diff line change @@ -621,6 +621,9 @@ const std::pair<llvm::StringRef, llvm::StringRef> IncludeMappings[] = {
621621 {" sys/xattr.h" , " <sys/xattr.h>" },
622622 {" bits/epoll.h" , " <sys/epoll.h>" },
623623 {" bits/eventfd.h" , " <sys/eventfd.h>" },
624+ {" bits/getopt_core.h" , " <getopt.h>" },
625+ {" bits/getopt_ext.h" , " <getopt.h>" },
626+ {" bits/getopt_posix.h" , " <getopt.h>" },
624627 {" bits/inotify.h" , " <sys/inotify.h>" },
625628 {" bits/ipc.h" , " <sys/ipc.h>" },
626629 {" bits/ipctypes.h" , " <sys/ipc.h>" },
You can’t perform that action at this time.
0 commit comments