Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / shm.c
index a5caa8bb6cdd3ab054872caedb86d362dd714d64..e955d12ba01191ff17d8020a301669653fab33df 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <fcntl.h>
 #include <limits.h>
 #include <sys/mman.h>
This page took 0.023248 seconds and 4 git commands to generate.