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