From: Jarkko Hietaniemi Date: Thu, 16 Nov 2000 01:35:59 +0000 (+0000) Subject: More #undefing of stdio. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=400e04b67c8e31e09c25adaea34369cb26791fdb;p=p5sagit%2Fp5-mst-13.2.git More #undefing of stdio. p4raw-id: //depot/perl@7706 --- diff --git a/fakesdio.h b/fakesdio.h index e07fd60..374087f 100644 --- a/fakesdio.h +++ b/fakesdio.h @@ -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 diff --git a/nostdio.h b/nostdio.h index 770cf97..fa7ba99 100644 --- 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