]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - src/macro.h
lxcfs: fix lxcfs CLI -v and no arg output
[mirror_lxcfs.git] / src / macro.h
index a7fe05d26ebd156ce7c237a15a1e0a5cba17eaa9..b9abf11a207429d4e31799c12ae7265319ba68c6 100644 (file)
 #define __returns_twice __attribute__((returns_twice))
 #endif
 
+#define STRINGIFY(a) __STRINGIFY(a)
+#define __STRINGIFY(a) #a
+
 #endif /* __LXCFS_MACRO_H */