Custom upgrade: suffix lttng_ust_strerror with 1
[lttng-ust.git] / include / lttng / ust-error.h
index 49045babc5402bd1851fc340a27ce7ad12a6e9d7..46541c1b150706d00eb4815c190370d62ca9668b 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <limits.h>
 #include <unistd.h>
+#include <lttng/ust-config.h>
 #include <lttng/ust-abi.h>
 
 #ifdef __cplusplus
@@ -39,6 +40,11 @@ enum lttng_ust_error_code {
        LTTNG_UST_ERR_NR,                       /* Last element */
 };
 
+/* Custom upgrade 2.12 to 2.13 */
+#ifndef LTTNG_UST_CUSTOM_UPGRADE_CONFLICTING_SYMBOLS
+#define lttng_ust_strerror             lttng_ust_strerror1
+#endif
+
 /*
  * lttng_ust_strerror
  * @code: must be a negative value of enum lttng_ust_error_code (or 0).
This page took 0.028823 seconds and 5 git commands to generate.