This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove thread context from Perl_vmssetuserlnm.
authorCraig A. Berry <craigberry@mac.com>
Sat, 3 Nov 2012 13:11:44 +0000 (08:11 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sat, 3 Nov 2012 13:11:44 +0000 (08:11 -0500)
commit0db501320bec0c310a0f7677d3a5aacd631e878e
tree6fe494218b3e29073d55d5e038248625f5164843
parentb2ffa09b496468f76f73ae06494c7187785f5e8c
Remove thread context from Perl_vmssetuserlnm.

This routine by its very nature applies to the whole process so
there is no way it can make use of a thread context, and it may need
to be called from places where there is no thread context, such
as very early in start-up.

It's not documented, was never intended to be part of the API, was
only made global so it could be called from doio.c, and no uses of
it turn up in a CPAN grep, so the change should be safe.
doio.c
vms/vms.c
vms/vmsish.h