This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
use Perl_my_mkstemp() where appropriate
authorZefram <zefram@fysh.org>
Tue, 19 Dec 2017 18:50:32 +0000 (18:50 +0000)
committerZefram <zefram@fysh.org>
Fri, 22 Dec 2017 16:26:38 +0000 (16:26 +0000)
commitd333cbeb476c54aaf8f85ffdcfc187f23b4ea2ee
treef4ccafab5d5661caa83ff8da54e4d67b02f96aaa
parent2517ba9951b6aed3ab780dc0247c90deff825b4e
use Perl_my_mkstemp() where appropriate

Since commit e48855bdd2fc57fc51156f5e4b8dee6b544456c8 there has been
no need to be conditional about using mkstemp().  Perl_my_mkstemp()
is always available, one way or another.
perl.c
perlio.c
util.h