Rename C++ header files to .hpp
[lttng-tools.git] / tests / regression / ust / ust-dl / prog.c
index 473de57a90db560493ffd2a8d8651c4d406a2827..e4288928fad5235245086f8f47087bcb4eb2ab3c 100644 (file)
@@ -11,7 +11,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 
-#include <common/compat/errno.h>
+#include <common/compat/errno.hpp>
 
 /*
  * libfoo has a direct dependency on libbar.
@@ -19,7 +19,7 @@
  * This test is therefore a mix of dlopen/dlclose and dlmopen/dlclose of
  * libfoo, and of its direct dependencies.
  */
-int main(int argc, char **argv)
+int main(void)
 {
        void *h0, *h2, *h3, *h4;
 
This page took 0.023015 seconds and 4 git commands to generate.