X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftest_urcu_hash_unique.c;h=28b2edf5f1d066a10f4c7682f3ad11b46dea78a4;hb=baf05c7167c29785d968404dec7e90cd428cc4cd;hp=e911694a5b888a864c492b83fdbc42c9f2e459ec;hpb=b2f20dff3e0ce8db5f4f0067e2d8810420f16346;p=urcu.git diff --git a/tests/test_urcu_hash_unique.c b/tests/test_urcu_hash_unique.c index e911694..28b2edf 100644 --- a/tests/test_urcu_hash_unique.c +++ b/tests/test_urcu_hash_unique.c @@ -113,7 +113,7 @@ void *test_hash_unique_thr_reader(void *_count) "reader", (unsigned long) pthread_self(), (unsigned long) gettid()); printf_verbose("readid : %lx, lookupfail %lu, lookupok %lu\n", - pthread_self(), URCU_TLS(lookup_fail), + (unsigned long) pthread_self(), URCU_TLS(lookup_fail), URCU_TLS(lookup_ok)); return ((void*)1);