Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / bytecode / bytecode.c
index fb8985a00dd2704a293427543173ebff980e85fa..34dcbb9221dddc1f5f658fa17422d3ba1da8ed1f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2020 EfficiOS, Inc.
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
@@ -13,7 +13,8 @@
 
 #define INIT_ALLOC_SIZE 4
 
-static inline int get_count_order(unsigned int count)
+static inline
+int get_count_order(unsigned int count)
 {
        int order;
 
@@ -38,7 +39,7 @@ int bytecode_init(struct lttng_bytecode_alloc **fb)
        }
 }
 
-LTTNG_HIDDEN
+static
 int32_t bytecode_reserve(struct lttng_bytecode_alloc **fb, uint32_t align, uint32_t len)
 {
        int32_t ret;
This page took 0.024489 seconds and 4 git commands to generate.