Add missing #define _GNU_SOURCE for sched_getcpu()
[lttng-ust.git] / tests / ust-basic-tracing / ust-basic-tracing.c
index da2852f893b41aaf47879bf0397a9693cc5e21e8..91a910a689b9d1841ed73d0d7c7860af905f5e60 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #define _LARGEFILE64_SOURCE
+#define _GNU_SOURCE
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.024141 seconds and 5 git commands to generate.