Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / hashtable / rculfhash-mm-chunk.c
index 7204831e5b12d61794b8ed5514060cf7b47b56ae..2e4e049ddcc72d212b2ab7a983c2809d81842654 100644 (file)
@@ -20,6 +20,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <stddef.h>
 #include "rculfhash-internal.h"
 
This page took 0.022335 seconds and 4 git commands to generate.