Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests: vDSO: vdso_test_gettimeofday: Remove nolibc checks

nolibc now provides these headers, making the check unnecessary.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260227-vdso-selftest-cleanups-v2-2-d84830fa8beb@linutronix.de

authored by

Thomas Weißschuh and committed by
Borislav Petkov (AMD)
50692c25 5abfa0c4

-2
-2
tools/testing/selftests/vDSO/vdso_test_gettimeofday.c
··· 11 11 */ 12 12 13 13 #include <stdio.h> 14 - #ifndef NOLIBC 15 14 #include <sys/auxv.h> 16 15 #include <sys/time.h> 17 - #endif 18 16 19 17 #include "kselftest.h" 20 18 #include "parse_vdso.h"