Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / src / common / daemonize.c
index a8e290603091328e23012d8d39ffda79574d0231..4b4531d53613f792d0bf410bc2048085cee9db2e 100644 (file)
@@ -16,7 +16,7 @@
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <unistd.h>
 #include <paths.h>
 #include <fcntl.h>
@@ -28,6 +28,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.02661 seconds and 5 git commands to generate.