Add lttng hash table support to liblttng-consumer
[lttng-tools.git] / lttng-sessiond / utils.h
index 449c3ef6bc5276689d55c43beb9299e5006cd9b6..7bcd1a87eb224f2eb654766f2f2b09bd6ea57510 100644 (file)
 #ifndef _LTT_UTILS_H
 #define _LTT_UTILS_H
 
-#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.02303 seconds and 4 git commands to generate.