bin: compile lttng as C++
[lttng-tools.git] / src / common / compat / string.h
index a18d9e7cab56c2434a67debccf45d05b82252734..c9aa7f7fa099e3575b9a565176768a6bf6c4b134 100644 (file)
@@ -113,7 +113,7 @@ static inline int lttng_fls(int val)
 static inline
 void *lttng_memrchr(const void *s, int c, size_t n)
 {
-       return memrchr(s, c, n);
+       return (void *) memrchr(s, c, n);
 }
 #else
 static inline
This page took 0.023723 seconds and 4 git commands to generate.