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