Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / tests / unit / test_session.c
index a0e84e9eadeae103b20be81697629d90d7ddf92e..bb136a022eb12b0862aaa336fe9811db3aab51df 100644 (file)
@@ -16,7 +16,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
 #include <assert.h>
 #include <errno.h>
 #include <stdio.h>
@@ -46,6 +45,7 @@ static struct ltt_session_list *session_list;
 /* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 0;
+int lttng_opt_mi;
 
 int ust_consumerd32_fd;
 int ust_consumerd64_fd;
This page took 0.02486 seconds and 5 git commands to generate.