Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / src / common / relayd / relayd.c
index 38ebdbde229454c7c98304171786552ce4bdcbdd..a9fe6a7f1dbe7a84d4ae8f174d89969129a71b3a 100644 (file)
@@ -15,7 +15,7 @@
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.024027 seconds and 5 git commands to generate.