port: namespace align.h with BT_ prefix
[babeltrace.git] / src / plugins / ctf / common / metadata / objstack.c
index 2f05b4dec7ba4a685a6fb731b51a135dc217d1f2..a730589d55aaa0e1eb007d603587f4d510a4efc7 100644 (file)
@@ -112,7 +112,7 @@ void *objstack_alloc(struct objstack *objstack, size_t len)
        struct objstack_node *last_node;
        void *p;
 
-       len = ALIGN(len, OBJSTACK_ALIGN);
+       len = BT_ALIGN(len, OBJSTACK_ALIGN);
 
        /* Get last node */
        last_node = bt_list_entry(objstack->head.prev,
This page took 0.022981 seconds and 4 git commands to generate.