This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 Mar 2003 10:55:38 +0000 (10:55 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 Mar 2003 10:55:38 +0000 (10:55 +0000)
commit18a11e1977df30ff9330af971960d2eb9643c5c3
treef000c8f30852be3863ddde879b8d766be4102028
parent57da7c0cb1c4c11beb4a64b2ad0c30d4ebaf70b6
Integrate:
[ 18950]
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-link: @18950 on //depot/perl: 7d4724a48fc64f7514654a326453c9b631d3a294

p4raw-id: //depot/maint-5.8/perl@18953
p4raw-integrated: from //depot/perl@18949 'merge in' perl.c (@18935..)
perl.c