autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [autoconf] AmigaOS fork()


From: Russ Allbery
Subject: Re: [autoconf] AmigaOS fork()
Date: 24 May 2001 16:36:11 -0700
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

Peter Eisentraut <address@hidden> writes:

> The key question here is, if a program requires fork(), would it
> normally work with Amiga's vfork()?  My guess is no, so this patch would
> not be correct.

I like the idea of testing for fork() and making sure it works.  The only
part I disagree with is the #define of fork to vfork.  The latest version
appears to correct that, so I think the patch is now reasonable.  If
you're only using fork to spawn processes, you can check for HAVE_FORK and
HAVE_VFORK and use vfork instead.

-- 
Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]