Revert "Remove gettid warning"
[lttng-ust.git] / include / lttng / ust-tid.h
index 57272db813fd99c79f85bc502af46c99f4e3acd8..c6819f25a734d860c1e9cfcc603700b94871ff30 100644 (file)
@@ -34,7 +34,7 @@ static inline pid_t gettid(void)
 #include <sys/types.h>
 #include <unistd.h>
 
-/* Fall-back on getpid for tid if not available. */
+#warning "use pid as tid"
 static inline pid_t gettid(void)
 {
        return getpid();
This page took 0.024383 seconds and 4 git commands to generate.