X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Date: Wed, 25 Nov 2009 06:20:45 +0200 From: Eli Zaretskii Subject: Re: setegid/seteuid and setresgid/setresuid implementation In-reply-to: <200911250343.24677.juan.guerrero@gmx.de> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp-workers AT delorie DOT com Message-id: <837htfnski.fsf@gnu.org> References: <200911250227 DOT 47642 DOT juan DOT guerrero AT gmx DOT de> <200911250158 DOT nAP1wHKw010491 AT envy DOT delorie DOT com> <200911250343 DOT 24677 DOT juan DOT guerrero AT gmx DOT de> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Juan Manuel Guerrero > Date: Wed, 25 Nov 2009 03:43:24 +0100 > > May be it time to start tinking about a djgpp > specific implementation of posix spawn* family of functions. There is one already in libiberty, just use that. > The compilation of that file also terminates with an error because djgpp does > not define ESTALE. That's a bug in m4: it should wrap such code in #ifdef ESTALE..#endif.