Fix: Hide daemonize symbols in common lib
[lttng-tools.git] / src / common / daemonize.c
index a8e290603091328e23012d8d39ffda79574d0231..3a006134b2bb9f5902b531b84c7d263315f81ae9 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <unistd.h>
 #include <paths.h>
 #include <fcntl.h>
@@ -28,6 +29,7 @@
 #include <src/common/daemonize.h>
 #include <src/common/error.h>
 
+LTTNG_HIDDEN
 int lttng_daemonize(pid_t *child_ppid, int *completion_flag,
                int close_fds)
 {
This page took 0.022344 seconds and 4 git commands to generate.