diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-12 19:48:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-12 19:48:40 +0000 |
commit | bdcfa4c71f2cdcdbe5f7cfb1837da43d4adcc767 (patch) | |
tree | 9aa7c3d0ce26a2335e4a4edd050e7cbdbf82c491 /ext | |
parent | 7830a95b315d7bb2736bca349d04df713036a763 (diff) | |
download | perl-bdcfa4c71f2cdcdbe5f7cfb1837da43d4adcc767.tar.gz |
Add threadsafety caveats.
p4raw-id: //depot/perl@16564
Diffstat (limited to 'ext')
-rwxr-xr-x | ext/threads/threads.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index dfc8b8f836..2851343960 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -245,9 +245,6 @@ Helping with debugging. please join perl-ithreads@perl.org for more information - - - =head1 SEE ALSO L<perl>, L<threads::shared>, L<perlcall>, L<perlembed>, L<perlguts> |