diff options
author | Hans Mulder <hansmu@xs4all.nl> | 1998-07-13 08:04:27 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-14 05:56:14 +0000 |
commit | 93fcdc14f1eda867e1ae2157703905f51b86e75a (patch) | |
tree | 461b0aa18504e228469b3b22a64f4b69bf59a209 /vms | |
parent | 38b9e83a2b87b22618f433dd03016844b096e09c (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]; |