This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change core uses of Perl_do_openn() to Perl_do_open6() or Perl_do_open_raw().
authorNicholas Clark <nick@ccl4.org>
Sun, 2 Mar 2014 08:50:38 +0000 (09:50 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 19 Mar 2014 09:57:53 +0000 (10:57 +0100)
commitd5eb9a4687ba974ffd0d02aab53326c5aba6a9e0
treeac42edbd4daada8d4b122daa07c4700ad8169abd
parent4b451737e0f77cc9e91b1336d04f21659d96b732
Change core uses of Perl_do_openn() to Perl_do_open6() or Perl_do_open_raw().

Calls to Perl_do_openn() all have at least 2 unused arguments which clutter
the code and hinder easy understanding. Perl_do_open6() and
Perl_do_open_raw() each only do one job, so don't have the dead arguments.
doio.c
os2/os2.c
pp_hot.c
pp_sys.c