Skip to content

Commit

Permalink
[clangd] Add header mapping for struct_rusage.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kadircet committed Dec 15, 2023
1 parent f32662a commit 2103de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang-tools-extra/clangd/index/CanonicalIncludes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ const std::pair<llvm::StringRef, llvm::StringRef> IncludeMappings[] = {
{"bits/types.h", "<sys/types.h>"},
{"bits/types/siginfo_t.h", "<sys/siginfo.h>"},
{"bits/types/struct_itimerspec.h", "<sys/time.h>"},
{"bits/types/struct_rusage.h", "<sys/resource.h>"},
{"bits/uio.h", "<sys/uio.h>"},
{"bits/ustat.h", "<sys/ustat.h>"},
{"bits/utmp.h", "<utmp.h>"},
Expand Down

0 comments on commit 2103de0

Please sign in to comment.