diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-06 23:42:55 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-06 23:42:55 +0000 |
commit | 014822e4c0d7b7cfffc319235fe7ea64ec87ecae (patch) | |
tree | d0b90cc5c733c9ad7777fb5547d661ce1afefa91 /iperlsys.h | |
parent | 8d9e1a19ce98858053635b6720101121924f56b9 (diff) | |
download | perl-014822e4c0d7b7cfffc319235fe7ea64ec87ecae.tar.gz |
tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
fix bug where lc($readonly) could result in bogus errors
p4raw-id: //depot/perl@4660
Diffstat (limited to 'iperlsys.h')
-rw-r--r-- | iperlsys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iperlsys.h b/iperlsys.h index 222d88bfb9..0d9f699513 100644 --- a/iperlsys.h +++ b/iperlsys.h @@ -293,6 +293,7 @@ struct IPerlStdIOInfo #include "perlsdio.h" #include "perl.h" +#define PerlIO_fdupopen(f) (f) #endif /* PERL_IMPLICIT_SYS */ |