Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / src / bin / lttng / commands / load.c
index caa571302782c99f413809e58c7e73ed6b80012f..68c0776ad1b75a13eb13cb50516fdf743c32bac1 100644 (file)
@@ -15,7 +15,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <inttypes.h>
 #include <popt.h>
 #include <stdio.h>
This page took 0.023396 seconds and 4 git commands to generate.