Update README.md for supported kernel
[lttng-modules.git] / probes / lttng.h
index d09ecb115f172b09ca52dbacf3fba5451103e014..7d153be3f25540c8fe000be37e5304d01ac60634 100644 (file)
@@ -1,9 +1,13 @@
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+ *
+ * lttng.h
+ *
+ * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ */
+
 #ifndef _LTTNG_PROBES_LTTNG_H
 #define _LTTNG_PROBES_LTTNG_H
 
-#undef is_signed_type
-#define is_signed_type(type)           (((type)(-1)) < 0)
-
 #undef PARAMS
 #define PARAMS(args...)                args
 
This page took 0.022726 seconds and 4 git commands to generate.