Appease Solaris gcc 64bit

parent 105be6a6
......@@ -783,7 +783,7 @@ pan_ic(const char *func, const char *file, int line, const char *cond,
if (err)
VSB_printf(pan_vsb, "errno = %d (%s)\n", err, vstrerror(err));
VSB_printf(pan_vsb, "pthread.self = %p\n", (void *)pthread_self());
VSB_printf(pan_vsb, "pthread.self = %p\n", TRUST_ME(pthread_self()));
q = THR_GetName();
if (q != NULL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment