diff options
author | Jan Dubois <jand@activestate.com> | 2010-04-21 16:49:09 -0700 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2010-04-21 16:49:09 -0700 |
commit | 20c8f8f9118fd23081c818637815bf1aab60b808 (patch) | |
tree | 4e10db2b1cd8426ae0690498475e31832741417d /XSUB.h | |
parent | 634b482c7069a79619bb705e45cb5de0d3d665bd (diff) | |
download | perl-20c8f8f9118fd23081c818637815bf1aab60b808.tar.gz |
XSUB.h is supposed to redefine fgets under PERL_IMPLICIT_SYS, but doesn't.
See also http://rt.cpan.org/Public/Bug/Display.html?id=55049
with workaround in http://code.google.com/p/perl-devel-nytprof/source/detail?r=1168
Diffstat (limited to 'XSUB.h')
-rw-r--r-- | XSUB.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -507,6 +507,7 @@ Rethrows a previously caught exception. See L<perlguts/"Exception Handling">. # define ferror PerlSIO_ferror # define clearerr PerlSIO_clearerr # define getc PerlSIO_getc +# define fgets PerlSIO_fgets # define fputc PerlSIO_fputc # define fputs PerlSIO_fputs # define fflush PerlSIO_fflush |