This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6f2523
)
Use the actual thread type, not the pointer-to-struct.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 27 Aug 2000 15:35:08 +0000
(15:35 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 27 Aug 2000 15:35:08 +0000
(15:35 +0000)
p4raw-id: //depot/perl@6848
ext/Thread/Thread.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Thread/Thread.xs
b/ext/Thread/Thread.xs
index
4b5e6db
..
7294bdb
100644
(file)
--- 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_t
hread *t)
+remove_thread(pTHX_
T
hread *t)
{
#ifdef USE_THREADS
DEBUG_S(WITH_THR(PerlIO_printf(Perl_debug_log,