Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / src / common / health / health.c
index 49f6dc0ab91d7c7b3a3a1c8adfc6a360916ddddc..2667e393002c8cbb21c22fdd70e384d90396d92d 100644 (file)
@@ -16,7 +16,7 @@
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <inttypes.h>
 #include <stdio.h>
This page took 0.028126 seconds and 5 git commands to generate.