diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-10-20 12:51:05 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-10-20 12:51:05 +0000 |
commit | e0fa5af24242618e2201252ebce12dfc87892dd1 (patch) | |
tree | 9f271ec1653228443cfb154e54ddbe50327efa9a /perlsdio.h | |
parent | 485caab953a6ba703128628417a156139b8e7a26 (diff) | |
download | perl-e0fa5af24242618e2201252ebce12dfc87892dd1.tar.gz |
Fix for ithreads/stdio build
p4raw-id: //depot/perlio@12529
Diffstat (limited to 'perlsdio.h')
-rw-r--r-- | perlsdio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perlsdio.h b/perlsdio.h index a1d2bec4b3..d09b632228 100644 --- a/perlsdio.h +++ b/perlsdio.h @@ -13,7 +13,6 @@ #define PerlIO_stdout() stdout #define PerlIO_stdin() stdin -#define PerlIO_fdupopen(f) (f) #define PerlIO_isutf8(f) 0 #define PerlIO_printf fprintf |