Fix PerlSIO_fputc() and PerlSIO_fputs() signatures
authorJan Dubois <jand@activestate.com>
Thu, 22 Apr 2010 01:47:48 +0000 (18:47 -0700)
committerJan Dubois <jand@activestate.com>
Thu, 22 Apr 2010 04:56:50 +0000 (21:56 -0700)
commit50a4e5359779fd205d8586e68e94e2d99676a8ed
tree119b8ddbdb3b3e0cf3973017aacb6dacf6b6c05c
parent20c8f8f9118fd23081c818637815bf1aab60b808
Fix PerlSIO_fputc() and PerlSIO_fputs() signatures

They should have the same prototype as in stdio.

This "proper fix" replaces the 5.12.0 compatible fix in commit 634b482,
but cannot be integrated into 5.12.1 because it breaks binary compatibility.

See also http://rt.perl.org/rt3/Public/Bug/Display.html?id=72704
iperlsys.h
perlsdio.h
win32/perlhost.h