More #undefing of stdio.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 16 Nov 2000 01:35:59 +0000 (01:35 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 16 Nov 2000 01:35:59 +0000 (01:35 +0000)
p4raw-id: //depot/perl@7706

fakesdio.h
nostdio.h

index e07fd60..374087f 100644 (file)
@@ -15,6 +15,7 @@
 #undef fgetpos
 #undef fgets
 #undef fileno
+#undef flockfile
 #undef fopen
 #undef fprintf
 #undef fputc
@@ -25,6 +26,8 @@
 #undef fseek
 #undef fsetpos
 #undef ftell
+#undef ftrylockfile
+#undef funlockfile
 #undef fwrite
 #undef getc
 #undef getc_unlocked
index 770cf97..fa7ba99 100644 (file)
--- a/nostdio.h
+++ b/nostdio.h
@@ -28,6 +28,7 @@ struct _FILE;
 #undef fgetpos
 #undef fgets
 #undef fileno
+#undef flockfile
 #undef fopen
 #undef fprintf
 #undef fputc
@@ -38,6 +39,8 @@ struct _FILE;
 #undef fseek
 #undef fsetpos
 #undef ftell
+#undef ftrylockfile
+#undef funlockfile
 #undef fwrite
 #undef getc
 #undef getc_unlocked