projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bef8b4
)
Fix Solaris 32-bit invalidate case.
author
Nick Ing-Simmons
<nik@tiuk.ti.com>
Thu, 23 Jan 2003 07:26:43 +0000
(07:26 +0000)
committer
Nick Ing-Simmons
<nik@tiuk.ti.com>
Thu, 23 Jan 2003 07:26:43 +0000
(07:26 +0000)
p4raw-id: //depot/perl@18573
perlio.c
patch
|
blob
|
history
diff --git
a/perlio.c
b/perlio.c
index
e6de36f
..
a9228b4
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-2736,7
+2736,7
@@
PerlIOStdio_invalidate_fileno(pTHX_ FILE *f)
even if that would be treated as 0xFF - so will
a dup fail ...
*/
- f->_file = PerlLIO_dup(f
d
);
+ f->_file = PerlLIO_dup(f
ileno(f)
);
# endif /* defined(_LP64) */
return 1;
# elif defined(__hpux)