summaryrefslogtreecommitdiff
path: root/perlio.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-10-07 10:32:39 +0200
committerNicholas Clark <nick@ccl4.org>2013-10-07 10:32:39 +0200
commit5eb9f461ffc6ee3b593f727dcbe05bcdc77bde57 (patch)
tree38c4a1a7a236982933fedbdbd030235f0369c836 /perlio.h
parent29b43da2723775cbc8877ecd48c8e5aae8f087bc (diff)
downloadperl-5eb9f461ffc6ee3b593f727dcbe05bcdc77bde57.tar.gz
Purge remaining references to PerlIO_sprintf and PerlIO_vsprintf().
Eliminate their function prototypes. Eliminate references in perlio.sym and makedef.pl which caused them to still be added to the Win32 linker definitions.
Diffstat (limited to 'perlio.h')
-rw-r--r--perlio.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/perlio.h b/perlio.h
index 69f0476731..c55cbf6159 100644
--- a/perlio.h
+++ b/perlio.h
@@ -281,10 +281,6 @@ PERL_EXPORT_C void PerlIO_setlinebuf(PerlIO *);
PERL_EXPORT_C int PerlIO_printf(PerlIO *, const char *, ...)
__attribute__format__(__printf__, 2, 3);
#endif
-#ifndef PerlIO_sprintf
-PERL_EXPORT_C int PerlIO_sprintf(char *, int, const char *, ...)
- __attribute__format__(__printf__, 3, 4);
-#endif
#ifndef PerlIO_vprintf
PERL_EXPORT_C int PerlIO_vprintf(PerlIO *, const char *, va_list);
#endif