X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng.h;h=d09ecb115f172b09ca52dbacf3fba5451103e014;hb=40652b65bb2b500ea04eaa61c3dfcfaa719073be;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=df4b409438a6b8af33ac0c17d720ceb7d0224551;p=lttng-modules.git diff --git a/probes/lttng.h b/probes/lttng.h index e69de29b..d09ecb11 100644 --- a/probes/lttng.h +++ b/probes/lttng.h @@ -0,0 +1,10 @@ +#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 + +#endif /* _LTTNG_PROBES_LTTNG_H */