cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-user-ns.c
index e4bb1dd2e6f49dcb341aa5ccda6f428298d98db6..464e7368a084ff8cbf28441a4da1ad5ac22e6485 100644 (file)
@@ -108,7 +108,7 @@ int lttng_add_user_ns_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(ino_t) * CHAR_BIT,
                        lttng_alignof(ino_t) * CHAR_BIT,
-                       lttng_is_signed_type(ino_t),
+                       lttng_ust_is_signed_type(ino_t),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.023575 seconds and 4 git commands to generate.