summaryrefslogtreecommitdiff
path: root/ext/Thread
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-27 15:35:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-27 15:35:08 +0000
commit82b0b40588450b57cffa8ebe2492afb068927659 (patch)
tree0d3756f33d2d618788db7899fc9f1f078c602a9a /ext/Thread
parentc6f2523f9b32f75b1ec064a0370e1a8166b96956 (diff)
downloadperl-82b0b40588450b57cffa8ebe2492afb068927659.tar.gz
Use the actual thread type, not the pointer-to-struct.
p4raw-id: //depot/perl@6848
Diffstat (limited to 'ext/Thread')
-rw-r--r--ext/Thread/Thread.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Thread/Thread.xs b/ext/Thread/Thread.xs
index 4b5e6db9f8..7294bdb62e 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,