bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#26397: [PATCH] Use vfork if possible on Darwin (bug#26397)


From: Alan Third
Subject: bug#26397: [PATCH] Use vfork if possible on Darwin (bug#26397)
Date: Sun, 9 Apr 2017 22:34:30 +0100
User-agent: Mutt/1.7.2 (2016-11-26)

On Sun, Apr 09, 2017 at 10:32:52PM +0200, Andreas Schwab wrote:
> On Apr 09 2017, Alan Third <alan@idiocy.org> wrote:
> 
> > src/conf_post.h: Remove defines forcing use of fork.
> 
> That should list the removed macros.
> 
>       * src/conf_post.h (HAVE_WORKING_VFORK): Don't undef.
>       (vfork): Don't define.
> 
> > src/process.c (create_process): Use fork if pty_flag is set, otherwise
> > vfork.
> 
> That should say that it is only used when DARWIN_OS is defined.
> 
>       * src/process.c (create_process) [DARWIN_OS]: Use fork if
>       pty_flag is set, otherwise vfork.

Thank you. I’ve fixed those now.

-- 
Alan Third





reply via email to

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