From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8476 invoked by alias); 11 Apr 2009 21:27:39 -0000 Received: (qmail 8465 invoked by uid 22791); 11 Apr 2009 21:27:39 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 11 Apr 2009 21:27:34 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KHY00200GXCAW00@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Sun, 12 Apr 2009 00:27:31 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.240.185]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KHY008QVGXUZZM0@i_mtaout2.012.net.il>; Sun, 12 Apr 2009 00:27:31 +0300 (IDT) Date: Sat, 11 Apr 2009 21:27:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Define EILSEQ if not defined by errno.h In-reply-to: <200904112026.46999.pedro@codesourcery.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r5zyop89.fsf@gnu.org> References: <83zlennh8p.fsf@gnu.org> <200904112026.46999.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00226.txt.bz2 > From: Pedro Alves > Date: Sat, 11 Apr 2009 20:26:46 +0100 > > On Saturday 11 April 2009 20:05:26, Eli Zaretskii wrote: > > Any objections to the following patch? DJGPP doesn't have EILSEQ > > defined in its errno.h. > > No objections. Thanks. I'd like to hear Tom's opinion as well. Tom? > IMO, a comment mentioning that this is what GNU iconv does > would be good to spare such doubts for whoever reads this. Will do, thanks for pointing this out.