X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-tracer.h;h=2513ab2acfca73e175973509171046529fcf8326;hb=fd46f5c79a6a7178e35ce4f8ea21caa30da45cc4;hp=ec30db7446a52608b6d5b0a9267f3184f33b516f;hpb=72914f82515bb7bb688b0d855921e2c5cf16cc8c;p=lttng-ust.git diff --git a/include/lttng/ust-tracer.h b/include/lttng/ust-tracer.h index ec30db74..2513ab2a 100644 --- a/include/lttng/ust-tracer.h +++ b/include/lttng/ust-tracer.h @@ -45,6 +45,6 @@ #define lttng_alignof(type) 1 #endif -#define lttng_is_signed_type(type) ((type) -1 < (type) 0) +#define lttng_is_signed_type(type) ((type) -1 < (type) 1) #endif /* _LTTNG_UST_TRACER_H */