Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / src / common / compat / compat-fcntl.c
index b462fd76c9c77fa8c15e60b3ae2b5a221f9fe38e..c6c6b4e994962d84c353eaad21bb2013dfca9b4d 100644 (file)
@@ -15,7 +15,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <common/compat/fcntl.h>
 #include <unistd.h>
 
This page took 0.022975 seconds and 4 git commands to generate.