This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Also build PerlIO_get_layers with -Dusesfio
authorNicholas Clark <nick@ccl4.org>
Sun, 8 Dec 2013 17:47:54 +0000 (18:47 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 27 Dec 2013 11:27:28 +0000 (12:27 +0100)
commit0956f45d301b882c591ec0cc6017e669fb465887
treedf91f4d8bb87c2115857a24de9a0bc4a9eb00513
parentfb177060d22211d76166a17b30fa8fd7880b2d76
Also build PerlIO_get_layers with -Dusesfio

This extends patch 5fef3b4a7f0c97d3 from April 2003 from fixing the
stdio-only build to also fix the sfio build, which was broken when
PerlIO_get_layers was added (2 commits previously, 39f7a87036eb8d13).
Without this fix, perl would refuse to build with -Dusesfio.

Given that 39f7a87036eb8d13 was merged to maint-5.8, this means that the
-Dusesfio build was broken for v5.8.1 and later on that branch, as well as
for v5.10.0 and all subsequent releases. Given that in the past 10 years,
no-one has reported this, it's safe to assume that no-one considers sfio
support to be important.
universal.c