Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / src / common / testpoint / testpoint.c
index 6893a4112c55ce302a9b4436a1f00c958f84599c..8ce5b9d215e56a69acb5655cdda2cac4a40eea14 100644 (file)
@@ -17,7 +17,7 @@
 
 #ifndef NTESTPOINT
 
-#define _GNU_SOURCE /* for RTLD_DEFAULT GNU extension */
+#define _LGPL_SOURCE
 #include <dlfcn.h>  /* for dlsym   */
 #include <stdlib.h> /* for getenv  */
 #include <string.h> /* for strncmp */
This page took 0.024743 seconds and 5 git commands to generate.