Sync style with the existing _packed & _unused macros
[project/odhcp6c.git] / src / odhcp6c.h
index 08a816f4446dd893d89db315bf6f8932200ab2b8..5ebea2949b7b591494833e5ae7a76161b0e5caa2 100644 (file)
@@ -18,7 +18,7 @@
 
 #define _unused __attribute__((unused))
 #define _packed __attribute__((packed))
-#define __aligned(n) __attribute__((aligned(n)))
+#define _aligned(n) __attribute__((aligned(n)))
 
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))