X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Futils.h;h=e20ec4e9e2b5af5ed88be9d64235aeeee26f2a81;hp=415e0135bb94e1bedb27bd202b81a2d9778400dd;hb=7fe5a50305da84bb64058c4721ff346c1b14f4ec;hpb=fb09408a89eb37b77cc4bd5fe89b61271117ad07 diff --git a/lttng-sessiond/utils.h b/lttng-sessiond/utils.h index 415e0135b..e20ec4e9e 100644 --- a/lttng-sessiond/utils.h +++ b/lttng-sessiond/utils.h @@ -18,14 +18,6 @@ #ifndef _LTT_UTILS_H #define _LTT_UTILS_H -#include - -#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);