X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng.h;h=e16fc2dd8ce5b8e6283e515a289c02cd077358bc;hb=57105fc258cabb75b3a579aaba53b2024fd340e0;hp=d09ecb115f172b09ca52dbacf3fba5451103e014;hpb=40652b65bb2b500ea04eaa61c3dfcfaa719073be;p=lttng-modules.git diff --git a/probes/lttng.h b/probes/lttng.h index d09ecb11..e16fc2dd 100644 --- a/probes/lttng.h +++ b/probes/lttng.h @@ -1,8 +1,13 @@ #ifndef _LTTNG_PROBES_LTTNG_H #define _LTTNG_PROBES_LTTNG_H -#undef is_signed_type -#define is_signed_type(type) (((type)(-1)) < 0) +/* + * lttng.h + * + * Copyright (C) 2010-2011 Mathieu Desnoyers + * + * Dual LGPL v2.1/GPL v2 license. + */ #undef PARAMS #define PARAMS(args...) args