diff options
author | Artur Bergman <sky@nanisky.com> | 2001-09-26 18:44:56 +0000 |
---|---|---|
committer | Artur Bergman <sky@nanisky.com> | 2001-09-26 18:44:56 +0000 |
commit | b5807cdb4dcca15943f9a9e9da29b721ee5fec38 (patch) | |
tree | 9a23ee473f98b29a32e01058ccb0fbdd8306fe14 /ext | |
parent | be6b702f8e12e6f8abcec2da346f798062ecab62 (diff) | |
download | perl-b5807cdb4dcca15943f9a9e9da29b721ee5fec38.tar.gz |
Documention update
p4raw-id: //depot/perl@12240
Diffstat (limited to 'ext')
-rwxr-xr-x | ext/threads/threads.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index ae7eb99b5d..9f9c32356b 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -151,6 +151,8 @@ please join perl-ithreads@perl.org for more information =item creating a thread from within a thread is unsafe under win32 +=item PERL_OLD_SIGNALS are not threadsafe, will not be. + =back =head1 SEE ALSO |