]> mj.ucw.cz Git - libucw.git/blobdiff - lib/conf-intr.c
Fixed bug in signal handling.
[libucw.git] / lib / conf-intr.c
index 2d51fd90daca242b7223f0c1b3e0493e6809b48a..b90640f18563cce146db02dd6ed4182739cf3611 100644 (file)
@@ -102,7 +102,7 @@ byte *cf_op_names[] = { CF_OPERATIONS };
 #undef T
 byte *cf_type_names[] = { "int", "u64", "double", "ip", "string", "lookup", "user" };
 
-#define DARY_HDR_SIZE ALIGN(sizeof(uns), CPU_STRUCT_ALIGN)
+#define DARY_HDR_SIZE ALIGN_TO(sizeof(uns), CPU_STRUCT_ALIGN)
 
 static byte *
 interpret_set_dynamic(struct cf_item *item, int number, byte **pars, void **ptr)