This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: The story of O [PATCH]
[perl5.git] / perlsdio.h
index a1d2bec..72ae584 100644 (file)
@@ -1,3 +1,12 @@
+/*    perlsdio.h
+ *
+ *    Copyright (c) 1997-2002, Larry Wall
+ *
+ *    You may distribute under the terms of either the GNU General Public
+ *    License or the Artistic License, as specified in the README file.
+ *
+ */
+
 #ifdef PERLIO_IS_STDIO
 
 #ifdef NETWARE
@@ -13,7 +22,6 @@
 #define PerlIO_stdout()                        stdout
 #define PerlIO_stdin()                 stdin
 
-#define PerlIO_fdupopen(f)             (f)
 #define PerlIO_isutf8(f)               0
 
 #define PerlIO_printf                  fprintf