From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13188 invoked by alias); 9 Aug 2004 05:51:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13181 invoked from network); 9 Aug 2004 05:51:20 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 9 Aug 2004 05:51:20 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 554D947D91; Sun, 8 Aug 2004 22:51:19 -0700 (PDT) Date: Mon, 09 Aug 2004 05:51:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC/AIX] xm-aix4.h - Remove vfork redefine Message-ID: <20040809055119.GM1192@gnat.com> References: <20040808045534.GG24160@gnat.com> <200408081237.i78CbkY9015110@elgar.kettenis.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408081237.i78CbkY9015110@elgar.kettenis.dyndns.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-08/txt/msg00293.txt.bz2 > Autoconf already handles that. There should be a "#define vfork fork" > in your config.h. You are right, configure does handle this. And you know what, I see a vfork on my AIX 4.3.2 system! So, unless vfork is broken (I'll know very soon), it should actually be removed. -- Joel