Define _LGPL_SOURCE in test apps' tracepoint provider files
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 19 Nov 2014 19:14:12 +0000 (14:14 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 19 Nov 2014 19:15:01 +0000 (14:15 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/ust/multi-session/tp.c
tests/utils/testapp/gen-ust-events/tp.c
tests/utils/testapp/gen-ust-nevents/tp.c

index e291924a33c2be6f5f196b8ac949edf6ce85541e..c90b996d964219c3696dae1133e95e68b56931b2 100644 (file)
@@ -12,5 +12,6 @@
  * with the above copyright notice.
  */
 
+#define _LGPL_SOURCE
 #define TRACEPOINT_CREATE_PROBES
 #include "ust_gen_nevents.h"
index a09561d709ae08d77308a5827e83d979ad2eb1a3..6f53414365a2ec65c0aa13cf810aa51b145c8a64 100644 (file)
@@ -11,5 +11,6 @@
  * with the above copyright notice.
  */
 
+#define _LGPL_SOURCE
 #define TRACEPOINT_CREATE_PROBES
 #include "tp.h"
index a09561d709ae08d77308a5827e83d979ad2eb1a3..6f53414365a2ec65c0aa13cf810aa51b145c8a64 100644 (file)
@@ -11,5 +11,6 @@
  * with the above copyright notice.
  */
 
+#define _LGPL_SOURCE
 #define TRACEPOINT_CREATE_PROBES
 #include "tp.h"
This page took 0.027301 seconds and 5 git commands to generate.