summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1998-07-13 08:04:27 -0700
committerGurusamy Sarathy <gsar@cpan.org>1998-07-14 05:56:14 +0000
commit93fcdc14f1eda867e1ae2157703905f51b86e75a (patch)
tree461b0aa18504e228469b3b22a64f4b69bf59a209 /vms
parent38b9e83a2b87b22618f433dd03016844b096e09c (diff)
downloadperl-93fcdc14f1eda867e1ae2157703905f51b86e75a.tar.gz
Thread tweak for VMS.C
Message-Id: <3.0.5.32.19980713150427.00b2a540@ous.edu> p4raw-id: //depot/perl@1480
Diffstat (limited to 'vms')
-rw-r--r--vms/vms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/vms.c b/vms/vms.c
index f41b1e1f51..46bad3bc7d 100644
--- 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];