Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.c
index 65952b273eaf49c52a17955ab6bda441bd65f554..7a27f708c84bd91840784c518052656bb39bebec 100644 (file)
@@ -16,7 +16,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <limits.h>
 #include <stdio.h>
This page took 0.023371 seconds and 4 git commands to generate.