aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-26 01:37:51 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-26 02:11:56 +0100
commit081f71faf7e35ae026267a05cae7c8e1eccad05b (patch)
tree0fe0b41715b4c168431a529693310f38c704d2e9
parent2514959e5a501ebab141cc068840fb31c16b8cc8 (diff)
downloadman-pages-081f71faf7e35ae026267a05cae7c8e1eccad05b.tar.gz
share/mk/: lint-c-iwyu: Add exceptions
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--share/mk/lint/c/iwyu.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/mk/lint/c/iwyu.mk b/share/mk/lint/c/iwyu.mk
index c3cf692dab..1d3f0886f1 100644
--- a/share/mk/lint/c/iwyu.mk
+++ b/share/mk/lint/c/iwyu.mk
@@ -30,6 +30,7 @@ _XFAIL_LINT_c_EX_iwyu := \
$(_MANDIR)/man2/select.2.d/select.c.lint-c.iwyu.touch \
$(_MANDIR)/man2/semget.2.d/t_semget.c.lint-c.iwyu.touch \
$(_MANDIR)/man2/sendmmsg.2.d/sendmmsg.c.lint-c.iwyu.touch \
+ $(_MANDIR)/man2/shmop.2.d/svshm_string.h.lint-c.iwyu.touch \
$(_MANDIR)/man2/_syscall.2.d/_syscall.c.lint-c.iwyu.touch \
$(_MANDIR)/man2/timer_create.2.d/timer_create.c.lint-c.iwyu.touch \
$(_MANDIR)/man2/userfaultfd.2.d/userfaultfd.c.lint-c.iwyu.touch \
@@ -80,6 +81,7 @@ _XFAIL_LINT_c_EX_iwyu := \
$(_MANDIR)/man3/pthread_setname_np.3.d/pthread_setname_np.c.lint-c.iwyu.touch \
$(_MANDIR)/man3/pthread_setschedparam.3.d/pthreads_sched_test.c.lint-c.iwyu.touch \
$(_MANDIR)/man3/sem_wait.3.d/sem_wait.c.lint-c.iwyu.touch \
+ $(_MANDIR)/man3/shm_open.3.d/pshm_ucase.h.lint-c.iwyu.touch \
$(_MANDIR)/man3/shm_open.3.d/pshm_ucase_bounce.c.lint-c.iwyu.touch \
$(_MANDIR)/man3/shm_open.3.d/pshm_ucase_send.c.lint-c.iwyu.touch \
$(_MANDIR)/man3/slist.3.d/slist.c.lint-c.iwyu.touch