This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: exec returns I32
authorAndy Broad <andy@broad.ology.org.uk>
Wed, 19 Aug 2015 16:35:24 +0000 (12:35 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 5 Sep 2015 15:12:44 +0000 (11:12 -0400)
commit839a9f02a9957d5a5c86e56ad25b90dec632750a
tree428181192d6aadefd15e75d57f7774c4acdc6705
parent3c0208ad3c184fd7d7bff9e1e9796e41ad4d815d
amigaos4: exec returns I32

Unlike UNIXish fork-exec, in amigaos forking is more like
starting a thread, the return code is more than a boolean.
doio.c
embed.fnc
perl.h
proto.h