X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2Ftest_utils_compat_poll.c;h=24a74d76f753018b6599161070b1c1d5725588e5;hb=cf86ff2c4ababd01fea7ab2c9c289cb7c0a1bcd5;hp=1eb327a6a708c2137aa22d75a120f3de67bbb19d;hpb=b12e37246d50f74583cd29b4d766f6f4fb4e8656;p=lttng-tools.git diff --git a/tests/unit/test_utils_compat_poll.c b/tests/unit/test_utils_compat_poll.c index 1eb327a6a..24a74d76f 100644 --- a/tests/unit/test_utils_compat_poll.c +++ b/tests/unit/test_utils_compat_poll.c @@ -41,6 +41,13 @@ int lttng_opt_quiet = 1; int lttng_opt_verbose; int lttng_opt_mi; +/* + * Non-zero 8-bits arbitrary value below 0x7f to ensure no sign extension + * occurs. Used to verify that the value is properly propagated through the + * pipe. + */ +#define MAGIC_VALUE ((char) 0x5A) + #ifdef HAVE_EPOLL #define NUM_TESTS 46 #else @@ -54,11 +61,6 @@ int lttng_opt_mi; #define CLOE_VALUE FD_CLOEXEC #endif -/* Non-zero 8-bits arbitrary value below 0x7f to ensure no sign extension - * used to verify that the value is properly propagated throught the pipe. - */ -#define MAGIC_VALUE ((char)0x5A) - void test_epoll_compat(void) { /*