From ae73d7ec2329275a2dba4be24415743f884d9dfd Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 2 Jul 2019 14:16:35 +1000 Subject: (perl #134221) support append mode for open .. undef --- perlio.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perlio.h') diff --git a/perlio.h b/perlio.h index d515020618..ee16ab8774 100644 --- a/perlio.h +++ b/perlio.h @@ -286,6 +286,9 @@ PERL_CALLCONV SSize_t PerlIO_get_bufsiz(PerlIO *); #ifndef PerlIO_tmpfile PERL_CALLCONV PerlIO *PerlIO_tmpfile(void); #endif +#ifndef PerlIO_tmpfile_flags +PERL_CALLCONV PerlIO *PerlIO_tmpfile_flags(int flags); +#endif #ifndef PerlIO_stdin PERL_CALLCONV PerlIO *PerlIO_stdin(void); #endif -- cgit v1.2.1