Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / readwrite.c
index d33e0519088049bdb4895198d167d872522d9671..a862d1cffd1f9e195ed294e13f1a3438dbf094f4 100644 (file)
@@ -15,6 +15,8 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <errno.h>
 #include <limits.h>
This page took 0.0252869999999999 seconds and 5 git commands to generate.