Thread tweak for VMS.C
Hans Mulder [Mon, 13 Jul 1998 15:04:27 +0000 (08:04 -0700)]
Message-Id: <3.0.5.32.19980713150427.00b2a540@ous.edu>

p4raw-id: //depot/perl@1480

vms/vms.c

index f41b1e1..46bad3b 100644 (file)
--- a/vms/vms.c
+++ b/vms/vms.c
@@ -3925,6 +3925,7 @@ is_null_device(name)
 I32
 cando(I32 bit, I32 effective, Stat_t *statbufp)
 {
+  dTHR;
   if (statbufp == &statcache) return cando_by_name(bit,effective,namecache);
   else {
     char fname[NAM$C_MAXRSS+1];