diff options
| author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2026-02-27 09:45:57 +0300 |
|---|---|---|
| committer | Borislav Petkov (AMD) <bp@alien8.de> | 2026-03-11 17:23:01 +0300 |
| commit | 50692c25ee2e8f9093ec3409ee43b342d9d07775 (patch) | |
| tree | 1ffbb934c64c77c007f8d3764a97787744e8e191 | |
| parent | 5abfa0c4da3bdcc53597127be7cd4054812b0383 (diff) | |
| download | linux-50692c25ee2e8f9093ec3409ee43b342d9d07775.tar.xz | |
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
| -rw-r--r-- | tools/testing/selftests/vDSO/vdso_test_gettimeofday.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c b/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c index 912edadad92c..990b29e0e272 100644 --- a/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c +++ b/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c @@ -11,10 +11,8 @@ */ #include <stdio.h> -#ifndef NOLIBC #include <sys/auxv.h> #include <sys/time.h> -#endif #include "kselftest.h" #include "parse_vdso.h" |
