summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-01-01 18:43:42 -0700
committerKarl Williamson <khw@cpan.org>2022-01-01 18:53:36 -0700
commit2c05b8b9d36a61c25574ce7c4f0f1a85d7139995 (patch)
tree26ae03861ec1905c47f660852278657d9985b123 /doio.c
parent68c5ae10f5a53d6b0a54eeb9438f3ff7d71cbec4 (diff)
downloadperl-2c05b8b9d36a61c25574ce7c4f0f1a85d7139995.tar.gz
Add missing fcn return declaration
This was introduced by 1c267c880abb4d52f0dc23c70636b5f2e80253be.
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doio.c b/doio.c
index 92a9d04da4..a38736cf08 100644
--- a/doio.c
+++ b/doio.c
@@ -324,6 +324,7 @@ Perl_my_mkstemp_cloexec(char *templte)
}
#else /* OEMVS */
+int
Perl_my_mkstemp_cloexec(char *templte)
{
PERL_ARGS_ASSERT_MY_MKSTEMP_CLOEXEC;