summaryrefslogtreecommitdiff
path: root/tests/lib/test_segv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/test_segv.c')
-rw-r--r--tests/lib/test_segv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_segv.c b/tests/lib/test_segv.c
index 8532da7c2d..f4a22930bf 100644
--- a/tests/lib/test_segv.c
+++ b/tests/lib/test_segv.c
@@ -49,7 +49,7 @@ void func3(void)
func2(6, buf);
}
-static void threadfunc(struct thread *thread)
+static void threadfunc(struct event *thread)
{
func3();
}