Implement __rb_same_type
[lttng-ust.git] / libringbuffer / backend_internal.h
index dbe34fc1e4419dbee03d2993c115d140582c2f78..c4fb7604aa18bf9b3018551257dd3be61285b022 100644 (file)
@@ -416,6 +416,10 @@ int update_read_sb_index(const struct lttng_ust_lib_ring_buffer_config *config,
        return 0;
 }
 
+#ifndef inline_memcpy
+#define inline_memcpy(dest, src, n)    memcpy(dest, src, n)
+#endif
+
 /*
  * Use the architecture-specific memcpy implementation for constant-sized
  * inputs, but rely on an inline memcpy for length statically unknown.
This page took 0.030159 seconds and 4 git commands to generate.