summaryrefslogtreecommitdiff
path: root/perlio.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-07-02 14:16:35 +1000
committerTony Cook <tony@develop-help.com>2019-07-16 15:30:06 +1000
commitae73d7ec2329275a2dba4be24415743f884d9dfd (patch)
tree5707e77cade08fc8ea9f25855b6051c96a8de9fc /perlio.h
parentdc9ac3ee562166ff93b09c2b5a63cc5c51748c7f (diff)
downloadperl-ae73d7ec2329275a2dba4be24415743f884d9dfd.tar.gz
(perl #134221) support append mode for open .. undef
Diffstat (limited to 'perlio.h')
-rw-r--r--perlio.h3
1 files changed, 3 insertions, 0 deletions
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