clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / src / common / compat / tid.hpp
index 4a6ff74c2954a2dbb53e842c600cb7c7513f573f..adf048e98fd36174e17063f1d16a43306401c39d 100644 (file)
@@ -15,7 +15,7 @@
 #if defined(__NR_gettid)
 
 #include <unistd.h>
 #if defined(__NR_gettid)
 
 #include <unistd.h>
-static inline pid_t lttng_gettid(void)
+static inline pid_t lttng_gettid()
 {
        return syscall(__NR_gettid);
 }
 {
        return syscall(__NR_gettid);
 }
This page took 0.022719 seconds and 4 git commands to generate.