X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmacros.h;h=cce09a6cbb66b0474d25dabcf34a43e3728f71ef;hp=e52d7f7712764751d81aea4c69ce39856c7d9994;hb=3e75a9b7423589ec13cde387f98ed0ac5f59945f;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a diff --git a/src/common/macros.h b/src/common/macros.h index e52d7f771..cce09a6cb 100644 --- a/src/common/macros.h +++ b/src/common/macros.h @@ -77,6 +77,8 @@ void *zmalloc(size_t len) #define LTTNG_PACKED __attribute__((__packed__)) #endif +#define is_signed(type) (((type) (-1)) < 0) + /* * Align value to the next multiple of align. Returns val if it already is a * multiple of align. Align must be a power of two.