summaryrefslogtreecommitdiff
path: root/plan9
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 /plan9
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 'plan9')
-rw-r--r--plan9/config_sh.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 9a1ab8fcae..ef3b031e2d 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -383,6 +383,7 @@ d_memrchr='undef'
d_mkdir='define'
d_mkdtemp='undef'
d_mkfifo='define'
+d_mkostemp='undef'
d_mkstemp='undef'
d_mkstemps='undef'
d_mktime64='undef'