Cygwin doesn't like initing the $0 mutex in perl_construct()
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 Mar 2003 10:49:27 +0000 (10:49 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 Mar 2003 10:49:27 +0000 (10:49 +0000)
commit7d4724a48fc64f7514654a326453c9b631d3a294
tree4cb7cd310a93e2b4fd73770e767efd23aea1683f
parentc727eafaa06ca49aa032ce478f9a6e09bd19fda2
Cygwin doesn't like initing the $0 mutex in perl_construct()
(Too early? If inited there the pthread_mutex_init() returns
an integer much too large be an errno), but initing the mutex
later, in perl_alloc(), seems to be okay with Cygwin, and also
with Linux.

p4raw-id: //depot/perl@18950
perl.c