summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/x86/vdso_restorer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/x86/vdso_restorer.c')
-rw-r--r--tools/testing/selftests/x86/vdso_restorer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/x86/vdso_restorer.c b/tools/testing/selftests/x86/vdso_restorer.c
index fe99f2434155..ac8d8e1e9805 100644
--- a/tools/testing/selftests/x86/vdso_restorer.c
+++ b/tools/testing/selftests/x86/vdso_restorer.c
@@ -92,4 +92,6 @@ int main()
printf("[FAIL]\t!SA_SIGINFO handler was not called\n");
nerrs++;
}
+
+ return nerrs;
}