This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)
[perl5.git] / nostdio.h
index 770cf97..ed51758 100644 (file)
--- a/nostdio.h
+++ b/nostdio.h
@@ -1,7 +1,16 @@
+/*    nostdio.h
+ *
+ *    Copyright (c) 1987-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.
+ *
+ */
+
 /*
  * Strong denial of stdio - make all stdio calls (we can think of) errors
  */
-/* This is an 1st attempt to stop other include files pulling
+/* This is a 1st attempt to stop other include files pulling
    in real <stdio.h>.
    A more ambitious set of possible symbols can be found in
    sfio.h (inside an _cplusplus gard).
@@ -28,6 +37,7 @@ struct _FILE;
 #undef fgetpos
 #undef fgets
 #undef fileno
+#undef flockfile
 #undef fopen
 #undef fprintf
 #undef fputc
@@ -38,6 +48,8 @@ struct _FILE;
 #undef fseek
 #undef fsetpos
 #undef ftell
+#undef ftrylockfile
+#undef funlockfile
 #undef fwrite
 #undef getc
 #undef getc_unlocked