summaryrefslogtreecommitdiff
path: root/perliol.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 /perliol.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 'perliol.h')
-rw-r--r--perliol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/perliol.h b/perliol.h
index c667f1f5eb..82a3840eff 100644
--- a/perliol.h
+++ b/perliol.h
@@ -158,8 +158,6 @@ PERL_EXPORT_C PerlIO_list_t * PerlIO_resolve_layers(pTHX_ const char *layers, co
PERL_EXPORT_C PerlIO_funcs * PerlIO_default_layer(pTHX_ I32 n);
PERL_EXPORT_C PerlIO_list_t * PerlIO_default_layers(pTHX);
PERL_EXPORT_C PerlIO * PerlIO_reopen(const char *path, const char *mode, PerlIO *f);
-PERL_EXPORT_C int PerlIO_vsprintf(char *s, int n, const char *fmt, va_list ap)
- __attribute__format__(__printf__,3,0);
PERL_EXPORT_C PerlIO_list_t *PerlIO_list_alloc(pTHX);
PERL_EXPORT_C PerlIO_list_t *PerlIO_clone_list(pTHX_ PerlIO_list_t *proto, CLONE_PARAMS *param);