Also, picked up a missed change for pod/perlapi.pod.
p4raw-id: //depot/perl@28264
pMXE |SV* |sv_setsv_cow |NN SV* dsv|NN SV* ssv
#endif
-op |const char *|PerlIO_context_layers|NULLOK const char *mode
+Aop |const char *|PerlIO_context_layers|NULLOK const char *mode
#if defined(USE_PERLIO) && !defined(USE_SFIO)
Ap |int |PerlIO_close |NULLOK PerlIO *f
#define sv_setsv_cow(a,b) Perl_sv_setsv_cow(aTHX_ a,b)
#endif
#endif
-#ifdef PERL_CORE
-#endif
#if defined(USE_PERLIO) && !defined(USE_SFIO)
#define PerlIO_close(a) Perl_PerlIO_close(aTHX_ a)
#define PerlIO_fill(a) Perl_PerlIO_fill(aTHX_ a)
Perl_my_atof2
Perl_my_socketpair
Perl_sv_setsv_cow
+Perl_PerlIO_context_layers
Perl_PerlIO_close
Perl_PerlIO_fill
Perl_PerlIO_fileno
Set the value of the STASH pointer in sv to val. See C<SvIV_set>.
- void SvSTASH_set(SV* sv, STASH* val)
+ void SvSTASH_set(SV* sv, HV* val)
=for hackers
Found in file sv.h