This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
portable Perl_my_mkostemp()
authorZefram <zefram@fysh.org>
Tue, 19 Dec 2017 18:32:05 +0000 (18:32 +0000)
committerZefram <zefram@fysh.org>
Fri, 22 Dec 2017 16:22:52 +0000 (16:22 +0000)
commit2517ba9951b6aed3ab780dc0247c90deff825b4e
tree0b6053a93c0cf53654d6546046df1d57ffddaa63
parent226394c3368f2e223fb9d10e2b5408a6bf8608f5
portable Perl_my_mkostemp()

Akin to the existing Perl_my_mkstemp(), Perl_my_mkostemp() is defined
as a macro for mkostemp() where available, and otherwise as our own
implementation of it.  The guts of our own implementations of the two
functions are shared.  Perl_my_mkostemp() is not guaranteed to handle
O_CLOEXEC: that depends on open() handling it.
embed.fnc
metaconfig.h
proto.h
util.c
util.h