265
265
#ifdef EXTRA_DEBUG_THREADS
266
266
fprintf(stderr,"my_thread_end(): tmp: 0x%lx pthread_self: 0x%lx thread_id: %ld\n",
267
267
(long) tmp, (long) pthread_self(), tmp ? (long) tmp->id : 0L);
271
271
#if !defined(__bsdi__) && !defined(__OpenBSD__)