summaryrefslogtreecommitdiff
path: root/perlio.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-12-22 20:01:27 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-12-22 20:01:27 +0000
commit3da9a137807e4f1acaf9cb3024a6cc5fbd119b9f (patch)
tree31909f95257dfc1822f8eb960d026bcc49de1169 /perlio.h
parent582ed04c91818c6c9bf5b51c84f67b7c565925a7 (diff)
downloadperl-3da9a137807e4f1acaf9cb3024a6cc5fbd119b9f.tar.gz
Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
p4raw-id: //depot/perlio@13854
Diffstat (limited to 'perlio.h')
-rw-r--r--perlio.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/perlio.h b/perlio.h
index b7b25560fe..b12539d5c2 100644
--- a/perlio.h
+++ b/perlio.h
@@ -210,9 +210,6 @@ extern PerlIO *PerlIO_openn(pTHX_ const char *layers, const char *mode,
int fd, int imode, int perm, PerlIO *old,
int narg, SV **arg);
#endif
-#ifndef PerlIO_close
-extern int PerlIO_close(PerlIO *);
-#endif
#ifndef PerlIO_eof
extern int PerlIO_eof(PerlIO *);
#endif
@@ -228,15 +225,9 @@ extern int PerlIO_getc(PerlIO *);
#ifndef PerlIO_putc
extern int PerlIO_putc(PerlIO *, int);
#endif
-#ifndef PerlIO_flush
-extern int PerlIO_flush(PerlIO *);
-#endif
#ifndef PerlIO_ungetc
extern int PerlIO_ungetc(PerlIO *, int);
#endif
-#ifndef PerlIO_fileno
-extern int PerlIO_fileno(PerlIO *);
-#endif
#ifndef PerlIO_fdopen
extern PerlIO *PerlIO_fdopen(int, const char *);
#endif