summaryrefslogtreecommitdiff
path: root/proto.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 /proto.h
parentdc9ac3ee562166ff93b09c2b5a63cc5c51748c7f (diff)
downloadperl-ae73d7ec2329275a2dba4be24415743f884d9dfd.tar.gz
(perl #134221) support append mode for open .. undef
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index a708e142cd..58b0816840 100644
--- a/proto.h
+++ b/proto.h
@@ -2275,6 +2275,11 @@ PERL_CALLCONV Pid_t Perl_my_fork(void);
PERL_CALLCONV I32 Perl_my_lstat(pTHX);
#endif
PERL_CALLCONV I32 Perl_my_lstat_flags(pTHX_ const U32 flags);
+PERL_CALLCONV int Perl_my_mkostemp_cloexec(char *templte, int flags)
+ __attribute__warn_unused_result__;
+#define PERL_ARGS_ASSERT_MY_MKOSTEMP_CLOEXEC \
+ assert(templte)
+
PERL_CALLCONV int Perl_my_mkstemp_cloexec(char *templte)
__attribute__warn_unused_result__;
#define PERL_ARGS_ASSERT_MY_MKSTEMP_CLOEXEC \