From: Jarkko Hietaniemi Date: Sun, 27 Aug 2000 15:35:08 +0000 (+0000) Subject: Use the actual thread type, not the pointer-to-struct. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=82b0b40588450b57cffa8ebe2492afb068927659;p=p5sagit%2Fp5-mst-13.2.git Use the actual thread type, not the pointer-to-struct. p4raw-id: //depot/perl@6848 --- diff --git a/ext/Thread/Thread.xs b/ext/Thread/Thread.xs index 4b5e6db..7294bdb 100644 --- a/ext/Thread/Thread.xs +++ b/ext/Thread/Thread.xs @@ -21,7 +21,7 @@ static int sig_pipe[2]; #endif static void -remove_thread(pTHX_ struct perl_thread *t) +remove_thread(pTHX_ Thread *t) { #ifdef USE_THREADS DEBUG_S(WITH_THR(PerlIO_printf(Perl_debug_log,