On VMS, do not use Perl's memory allocator for the home-grown pipe
authorCraig A. Berry <craigberry@mac.com>
Thu, 8 Dec 2005 14:47:57 +0000 (14:47 +0000)
committerCraig A. Berry <craigberry@mac.com>
Thu, 8 Dec 2005 14:47:57 +0000 (14:47 +0000)
commitd4c83939befe2c4e6ec23a304312d9e2abca3b1d
tree7b1dd33a2065ed575c6e2037fbee7fda6de541a6
parent7bf61b542bce8caca5f166daaf28742d80217049
On VMS, do not use Perl's memory allocator for the home-grown pipe
structures.  They may be allocated during start-up and are torn down
in an exit handler, where thread context and other Perlish support
are iffy.

p4raw-id: //depot/perl@26302
vms/vms.c