summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-28 16:55:38 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commit20bd78493be0740f1eb2bfcb651b97e98f418e7a (patch)
treeb9d474114644e17527c6303b16205d4e8f996d03
parentd0a57b61c1fa5654118b7217df27f390b850f687 (diff)
Update list of special header mappings for IWYU
-rw-r--r--iwyu/htop.imp5
1 files changed, 5 insertions, 0 deletions
diff --git a/iwyu/htop.imp b/iwyu/htop.imp
index 5e87cdbf..e2fc72b5 100644
--- a/iwyu/htop.imp
+++ b/iwyu/htop.imp
@@ -8,6 +8,9 @@
{ include: ["<ncurses/term.h>", "private", "\"ProvideTerm.h\"", "public"] },
{ include: ["<ncursesw/term.h>", "private", "\"ProvideTerm.h\"", "public"] },
+ { include: ["<libunwind-x86_64.h>", "private", "<libunwind.h>", "public"] },
+ { include: ["\"ibunwind-x86_64.h\"", "private", "<libunwind.h>", "public"] },
+
{ include: ["<bits/types/struct_tm.h>", "private", "<time.h>", "public"] },
{ include: ["<bits/getopt_core.h>", "private", "<unistd.h>", "public"] },
@@ -25,4 +28,6 @@
{ include: ["<linux/capability.h>", "private", "<sys/capability.h>", "public"] },
{ include: ["<bits/mman-shared.h>", "private", "<sys/mman.h>", "public"] },
+
+ { include: ["<bits/types/struct_sched_param.h>", "private", "<sched.h>", "public"] },
]

© 2014-2024 Faster IT GmbH | imprint | privacy policy