This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: avoid PerlIO_findFILE() in popen/plcose
authorAndy Broad <andy@broad.ology.org.uk>
Mon, 14 Mar 2016 21:43:30 +0000 (17:43 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 14 Mar 2016 21:59:58 +0000 (17:59 -0400)
commit47718690d4981790ebf65ad5428eccb95190be32
treee2af8addcc81718841b7ce300ed18114e30582e4
parentcc0bf92f2c5d6a67a850efa7d21a5a83e016d446
amigaos4: avoid PerlIO_findFILE() in popen/plcose

Merges amigaos_popen / amigaos_pclose with the amigaos specific
version of the Perl_my_popen / Perl_my_pclose functions and uses PerlIO
directly for the perl facing end of the PIPE:s thus avoid the issues
of PerlIO_findFILE() completely.

Also fixes a couple of warnings.
amigaos4/amigaio.c
amigaos4/amigaos.c
amigaos4/amigaos.h