X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Funit%2Ftest_utils_compat_poll.c;h=0cb692abccb5d0186115dcabd1a09d12accb4b43;hp=b0bd623d13053c11084455f6db74980bab40cf71;hb=f7f52067bec1aab9a5660075f851a7ccea1d39fe;hpb=8dfbc0b4d639bbbc3593e8594a6dd496368ee422 diff --git a/tests/unit/test_utils_compat_poll.c b/tests/unit/test_utils_compat_poll.c index b0bd623d1..0cb692abc 100644 --- a/tests/unit/test_utils_compat_poll.c +++ b/tests/unit/test_utils_compat_poll.c @@ -71,7 +71,7 @@ void test_epoll_compat(void) } #endif -void test_alloc(void) +static void test_alloc(void) { struct lttng_poll_event poll_events; @@ -92,7 +92,7 @@ void test_alloc(void) } /* Tests stuff related to what would be handled with epoll_ctl. */ -void test_add_del(void) +static void test_add_del(void) { struct lttng_poll_event poll_events; @@ -130,7 +130,7 @@ void test_add_del(void) lttng_poll_clean(&poll_events); } -void test_mod_wait(void) +static void test_mod_wait(void) { struct lttng_poll_event poll_events; struct lttng_poll_event cpoll_events; @@ -186,7 +186,7 @@ void test_mod_wait(void) } } -void test_func_def(void) +static void test_func_def(void) { #ifdef LTTNG_POLL_GETFD #define PASS_GETFD 1