Tests: namespace tests fail to build on older libc
[lttng-tools.git] / tests / utils / testapp / gen-ust-events-ns / tp.c
1 /*
2 * Copyright (c) - 2012 David Goulet <dgoulet@efficios.com>
3 *
4 * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED OR
5 * IMPLIED. ANY USE IS AT YOUR OWN RISK.
6 *
7 * Permission is hereby granted to use or copy this program for any purpose,
8 * provided the above notices are retained on all copies. Permission to modify
9 * the code and to distribute modified code is granted, provided the above
10 * notices are retained, and a notice that the code was modified is included
11 * with the above copyright notice.
12 */
13
14 #define _LGPL_SOURCE
15 #define TRACEPOINT_CREATE_PROBES
16 #include "tp.h"
This page took 0.028406 seconds and 4 git commands to generate.