summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-05-02 01:17:17 +0200
committerAlejandro Colomar <alx@kernel.org>2024-05-02 01:49:25 +0200
commitf40cf40a38fc9b0257799330a8c5a5503707d2b0 (patch)
treedadad08d62a3ae848f37fc2330e1ca35c1c45542
parent0320049eac3618e0c4ee3ffdc70062e19e0ba33f (diff)
share/mk/: lint-c-iwyu: Add exceptionHEADmain
Link: <https://github.com/include-what-you-use/include-what-you-use/pull/1533> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--share/mk/lint/c/iwyu.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/lint/c/iwyu.mk b/share/mk/lint/c/iwyu.mk
index 1d3f0886f..b2473a6a8 100644
--- a/share/mk/lint/c/iwyu.mk
+++ b/share/mk/lint/c/iwyu.mk
@@ -80,6 +80,7 @@ _XFAIL_LINT_c_EX_iwyu := \
$(_MANDIR)/man3/pthread_setaffinity_np.3.d/pthread_setaffinity_np.c.lint-c.iwyu.touch \
$(_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/pthread_sigmask.3.d/pthread_sigmask.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 \