This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: Re: [perl #126847] fdclose(3) patch
authorAndy Dougherty <doughera@lafayette.edu>
Wed, 30 Dec 2015 03:47:42 +0000 (22:47 -0500)
committerAndy Dougherty <doughera@lafayette.edu>
Mon, 4 Jan 2016 16:10:33 +0000 (11:10 -0500)
commit36b1c8929241ab83b3003de806e94e66990e4c6d
tree21477cf4ddc6359dff519780359aa823bc362a3b
parentdf3d7b3a89fec1d036a500ba1f62f1c3d061ed99
PATCH: Re: [perl #126847] fdclose(3) patch

This patch uses the fdclose() function from FreeBSD if it
is available.  It is based on the original patch supplied
by Mariusz Zaborski <oshogbo@FreeBSD.org> in the RT ticket.

The next patch will add Configure support for HAS_FDCLOSE.
perlio.c