bug-hurd
[Top][All Lists]
Advanced

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

Re: posix_spawn in gcc


From: Jeff Bailey
Subject: Re: posix_spawn in gcc
Date: Thu, 13 Jun 2002 19:20:36 -0700
User-agent: Mutt/1.3.28i

On Thu, Jun 13, 2002 at 05:59:14PM -0700, James Morrison wrote:

>    I recently went though some discussions about gcc using posix_spawn instead
> of fork/exec.  I think linux should be the special case instead of GNU being
> the special case.  so the ifdef would be
>  # if !defined(HAVE_POSIX_SPAWNP) || defined(__linux__)

> Is there a better way to handle this exception?

Implement posix_spawn in libiberty, and use it unconditionally.  Using
defines like this should be unecessary.

-- 
 One of the great things about books is sometimes
 there are some fantastic pictures.
 -- George W. Bush 



reply via email to

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