Performance: define _LGPL_SOURCE in LGPL c files
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index bda0e1f497fecc786883726b6329ba51498240c9..14ae8eb334b5352c5d831f398a30ad5849acf7fe 100644 (file)
@@ -52,6 +52,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <sys/types.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
This page took 0.023412 seconds and 4 git commands to generate.