Cleanup: test_utils_expand_path.c prototypes
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.c
index a28356b423129958728f0ee66a4029163214a965..5fed97bf992061ee4efd78c148c41ce83fc4646d 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -98,8 +99,8 @@ static struct kern_modules_param *probes;
 static int nr_probes;
 static int probes_capacity;
 
-void modprobe_remove_lttng(const struct kern_modules_param *modules,
-                          int entries, int required)
+static void modprobe_remove_lttng(const struct kern_modules_param *modules,
+               int entries, int required)
 {
        int ret = 0, i;
        char modprobe[256];
This page took 0.02601 seconds and 5 git commands to generate.