summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-05-07 17:25:42 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2021-05-10 10:19:01 +0100
commita1bed090fc56e6e24517d96bc076595544fb5317 (patch)
treec0bb0c9d7a7b1933240e1c804a90b13894f91470 /arch
parent0c6c2d3615efb7c292573f2e6c886929a2b2da6c (diff)
downloadlinux-stable-a1bed090fc56e6e24517d96bc076595544fb5317.tar.gz
linux-stable-a1bed090fc56e6e24517d96bc076595544fb5317.tar.bz2
linux-stable-a1bed090fc56e6e24517d96bc076595544fb5317.zip
kselftest/arm64: Add missing stddef.h include to BTI tests
Explicitly include stddef.h when building the BTI tests so that we have a definition of NULL, with at least some toolchains this is not done implicitly by anything else: test.c: In function ‘start’: test.c:214:25: error: ‘NULL’ undeclared (first use in this function) 214 | sigaction(SIGILL, &sa, NULL); | ^~~~ test.c:20:1: note: ‘NULL’ is defined in header ‘<stddef.h>’; did you forget to ‘#include <stddef.h>’? Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20210507162542.23149-1-broonie@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions