Fix: never use 'no' in a command variable
[lttng-tools.git] / tests / unit / test_kernel_data.c
index 34d12be2466d1ade2506c45e33d7f42eed56937a..5847729bde2ef08cbb1b6d04775389c7878de010 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
 /* Number of TAP tests in this file */
 #define NUM_TESTS 11
 
+#ifdef HAVE_LIBLTTNG_UST_CTL
+#include <lttng/ust-sigbus.h>
+DEFINE_LTTNG_UST_SIGBUS_STATE();
+#endif
+
 static const char alphanum[] =
        "0123456789"
        "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
This page took 0.024144 seconds and 4 git commands to generate.