Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_utils_compat_pthread.cpp
index eb2b7b6ec2cf524947427bba6697d88d844812ed..55e584b8bc9b34745a074e3f73732c1f2e3c5259 100644 (file)
@@ -7,13 +7,13 @@
 
 #include <stdio.h>
 #include <string.h>
-#include "common/compat/pthread.h"
+#include "common/compat/pthread.hpp"
 
 #include <tap/tap.h>
 
 #define TEST_NAME_PROPER_LEN 16
 
-int main(int argc, char **argv)
+int main(void)
 {
        int ret;
        char name1[TEST_NAME_PROPER_LEN];
This page took 0.023167 seconds and 4 git commands to generate.