X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng.h;h=1dfe7bcbefa83961048f948410635662d8b044f8;hb=740572854b9a9a2670ef6185afc9707608559368;hp=d09ecb115f172b09ca52dbacf3fba5451103e014;hpb=40652b65bb2b500ea04eaa61c3dfcfaa719073be;p=lttng-modules.git diff --git a/probes/lttng.h b/probes/lttng.h index d09ecb11..1dfe7bcb 100644 --- a/probes/lttng.h +++ b/probes/lttng.h @@ -1,9 +1,13 @@ +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + * + * lttng.h + * + * Copyright (C) 2010-2012 Mathieu Desnoyers + */ + #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