Prefix STRINGIFY with AOS_ for uniqueness.
A third party library collided.
Change-Id: Iaebafb4f5afc6967ea5923b51d678af5acda07a1
diff --git a/aos/macros.h b/aos/macros.h
index 9f8a368..34010fb 100644
--- a/aos/macros.h
+++ b/aos/macros.h
@@ -23,8 +23,8 @@
#define UNUSED_VARIABLE
#endif
-#define STRINGIFY(x) TO_STRING(x)
-#define TO_STRING(x) #x
+#define AOS_STRINGIFY(x) AOS_TO_STRING(x)
+#define AOS_TO_STRING(x) #x
#ifdef __VXWORKS__
// We're using ancient glibc, so sticking to just what the syscall can handle is