Define _GNU_SOURCE for all implementation files rather than getcpu.h
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index cb9446ea45557dbe9b68c53e97344cf304b5c975..ca19648f1d04f544d4f931bb29344fd3e43b65f4 100644 (file)
@@ -38,6 +38,7 @@
  * Dual LGPL v2.1/GPL v2 license.
  */
 
+#define _GNU_SOURCE
 #include <sys/types.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
This page took 0.023033 seconds and 4 git commands to generate.