port: namespace align.h with BT_ prefix
[babeltrace.git] / src / plugins / ctf / common / metadata / objstack.c
index 5919fa13f481088c25760ba4986f245d7c3449b7..ebf5b5c935a92d06af5bc31e214d6ea73c76567c 100644 (file)
@@ -130,7 +130,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.023742 seconds and 4 git commands to generate.