cleanup: Namespace public utils macros
[lttng-ust.git] / include / lttng / ust-abi.h
index 6fe5acd63cd06df90d9ed0449ef3132412b50370..bc699a0c708942de399b158ad299b7af0cf8f979 100644 (file)
 #include <stdint.h>
 #include <lttng/ust-compiler.h>
 
-#ifndef __ust_stringify
-#define __ust_stringify1(x)    #x
-#define __ust_stringify(x)     __ust_stringify1(x)
-#endif /* __ust_stringify */
-
 #define LTTNG_UST_ABI_SYM_NAME_LEN                     256
 #define LTTNG_UST_ABI_PROCNAME_LEN             16
 
This page took 0.023021 seconds and 4 git commands to generate.