This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f4077c
)
Re: threads and VMS
author
John E. Malmberg
<wb8tyw@qsl.net>
Sat, 4 Mar 2006 18:29:22 +0000
(13:29 -0500)
committer
Craig A. Berry
<craigberry@mac.com>
Sun, 5 Mar 2006 00:03:31 +0000
(
00:03
+0000)
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
440A22D2
.30009@qsl.net>
p4raw-id: //depot/perl@27376
doio.c
patch
|
blob
|
blame
|
history
diff --git
a/doio.c
b/doio.c
index
0e9987d
..
7ed4e97
100644
(file)
--- a/
doio.c
+++ b/
doio.c
@@
-2323,7
+2323,7
@@
Perl_vms_start_glob
(pTHX_ SV *tmpglob,
IO *io);
- fp = Perl_vms_start_glob(tmpglob, io);
+ fp = Perl_vms_start_glob(
aTHX_
tmpglob, io);
#else /* !VMS */
#ifdef MACOS_TRADITIONAL