SIGN IN SIGN UP

Issue #8407: Use an explicit cast for FreeBSD

pthread_t is a pointer, not an integer, on FreeBSD. It should fix the following
gcc warning:

passing argument 1 of ‘pthread_kill’ makes pointer from integer without a cast
V
Victor Stinner committed
86e104a6ab8d81916a13b01ec892dd006a033359
Parent: e0c9a75