Add a basic .clang-tidy file and fix typedef warnings
[lttng-tools.git] / tests / regression / kernel / select_poll_epoll.cpp
index b8e2db90d0218d1f709ad9ef0bd5c57a623102e1..225855ef747f18aa8ceb231009f15e403de4e0a7 100644 (file)
@@ -65,7 +65,7 @@ static void epoll_pwait_int_max(FILE *validation_output_file);
 static void ppoll_concurrent_write(FILE *validation_output_file);
 static void epoll_pwait_concurrent_munmap(FILE *validation_output_file);
 
-typedef void (*test_case_cb)(FILE *output_file);
+using test_case_cb = void (*)(FILE *);
 
 namespace {
 const struct test_case {
This page took 0.023893 seconds and 4 git commands to generate.