silence the following warning when compiling libthr with clang 8 for powerpc64 architecture:
usr/src/lib/libthr/arch/powerpc/include/pthread_md.h:82:10: error: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct tcb *'
increases required alignment from 1 to 8 [-Werror,-Wcast-align] return ((struct tcb *)(_tp - TP_OFFSET));