cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-vsgid.c
index a63c190117b153c6242765fe148c54b7f04c978f..07a2ccadb756a5c35e71bb615ffbc916ad0411b1 100644 (file)
@@ -101,7 +101,7 @@ int lttng_add_vsgid_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(gid_t) * CHAR_BIT,
                        lttng_alignof(gid_t) * CHAR_BIT,
-                       lttng_is_signed_type(gid_t),
+                       lttng_ust_is_signed_type(gid_t),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.023181 seconds and 4 git commands to generate.