summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-12-19 17:43:21 +0000
committerZefram <zefram@fysh.org>2017-12-22 16:22:50 +0000
commit226394c3368f2e223fb9d10e2b5408a6bf8608f5 (patch)
tree8ac6a8322b21d7307cf8bfaeee954f23206469ee /uconfig.sh
parent90a9496b5607497839aa08a0ddcdfa54c9d47678 (diff)
downloadperl-226394c3368f2e223fb9d10e2b5408a6bf8608f5.tar.gz
configure probe for mkostemp()
This is another file descriptor creating function that's needed as an O_CLOEXEC-handling variant of an existing function.
Diffstat (limited to 'uconfig.sh')
-rw-r--r--uconfig.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 86a52dc8aa..58116a9d97 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -323,6 +323,7 @@ d_memrchr='undef'
d_mkdir='undef'
d_mkdtemp='undef'
d_mkfifo='undef'
+d_mkostemp='undef'
d_mkstemp='undef'
d_mkstemps='undef'
d_mktime64='undef'