diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-16 01:35:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-16 01:35:59 +0000 |
commit | 400e04b67c8e31e09c25adaea34369cb26791fdb (patch) | |
tree | 3bac468154cc546a5f8ec51aa9e7de5bbf6625c1 | |
parent | 74cac757131a44f884c4728708d3a2e5d87b32d3 (diff) | |
download | perl-400e04b67c8e31e09c25adaea34369cb26791fdb.tar.gz |
More #undefing of stdio.
p4raw-id: //depot/perl@7706
-rw-r--r-- | fakesdio.h | 3 | ||||
-rw-r--r-- | nostdio.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/fakesdio.h b/fakesdio.h index e07fd60617..374087f5a8 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 @@ -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 |