Introduce build/env/argument override for 32-bit compat consumer
[lttng-tools.git] / lttng-sessiond / utils.h
index 449c3ef6bc5276689d55c43beb9299e5006cd9b6..415e0135bb94e1bedb27bd202b81a2d9778400dd 100644 (file)
 
 #include <unistd.h>
 
+#ifndef __stringify
+#define __stringify1(x)        #x
+#define __stringify(x) __stringify1(x)
+#endif
+
 int mkdir_recursive(const char *path, mode_t mode, uid_t uid, gid_t gid);
 const char *get_home_dir(void);
 int notify_thread_pipe(int wpipe);
This page took 0.02259 seconds and 4 git commands to generate.