Fix: userspace probe accessors are not const-correct
[lttng-tools.git] / src / bin / lttng-sessiond / shm.c
index a5caa8bb6cdd3ab054872caedb86d362dd714d64..a6328d5f618fb4474d70b5d5966cf45d5ff4a121 100644 (file)
@@ -16,7 +16,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <fcntl.h>
 #include <limits.h>
 #include <sys/mman.h>
This page took 0.024641 seconds and 5 git commands to generate.