X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=8HAJ59MzOllFeveRp70pBZOkZ9VwhKvqn2a5KTwLuXM=; b=uAzHTr5eMiSBeUEPVBksX6FARym3RBPvye1bjUHurd9mqRkhz9a3kt/Z9SvSh0bZ2L EKWsICANzDA8TvNwSqtDxf0CEX+z5UJqby69KUjnXqIBuMHshPDstGoFqE01/ir5Nb/D 7DcD4lFtGMsoar3NroOU9WLtr7n2kJ1fxr+em8YN99q+e7wrsjy5HoK9ASNv34vUsFfX yrMXnuNhR3IHOgtDifWnrPqpZAbMQbDsCk5A9wMaYhu6dQ2cbCaIe4vC7A2Q3DP5vK5e wuP47muN3lWXsIp4CxUUfoQ+1PuqfsK2puNVcSAzcHIAi21i+RIMKD6uZeg3Q3fLhXsA mgiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=8HAJ59MzOllFeveRp70pBZOkZ9VwhKvqn2a5KTwLuXM=; b=IWxTlPDxvheL35NIh8hWocPyz6esYRTgnT+Phax+GILFPg4Wc43aFszFLUzkpkhptA YdlM3bjGSps2EjZGfWcXzWBcbCSaE0ng1R1zKiGiyuwwbJSTg68oWvwMyc9WOO+y8hMm 7f3o0h+5FDFmLjA/EpxGlTdVy8JoH9gzA+CsYwZ6mMFXHnCobQSFepwAXk7IKAy6Uyd4 ZGMBB03ClZm3fo8l+fjYPaEjcfMfkO5Zy1l9i96QYI67mkXUmmZghClXeFzBURdP5ewL A0EA4cxMny0kkGeotajGW6No2vLPsphvUg1bs8TOLybk8Cz8fp72cZmy3Kwsx8R1j9+g 8htw== X-Gm-Message-State: AKwxytfIe+0k9LdGnz64rMlSTHhc6jEbIKmbFuPb3jJ/vaxsE9xke8IW VWjr17XEpc4mchCfDUhMkhgXER8PCvBBULU+Hy9eYQ== X-Google-Smtp-Source: AH8x227MK4XtNID0uSNRLPrOZ3GqgLXbESYaSod0mnoOSKxY84JNboCnh/erFK1mZ+VRgeMue62XGyxM8hXldyC+T0Q= X-Received: by 10.55.128.135 with SMTP id b129mr28735948qkd.187.1517466522983; Wed, 31 Jan 2018 22:28:42 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <6abaf39f-c9f4-0fa0-50f0-21ab1b1d37b7@gmx.de> References: <6abaf39f-c9f4-0fa0-50f0-21ab1b1d37b7 AT gmx DOT de> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Thu, 1 Feb 2018 09:28:42 +0300 Message-ID: Subject: Re: Revert: "Prototypes of _doprnt, _doscan and _doscan_low moved to libc/doprsc.h" To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 2/1/18, Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp AT delorie DOT com] wrote: > No objections, Applied to CVS. > but ther next time you decide to fix things this way > please tell > > it here at the mailing list so other people do not waist their time doing > > pointless double work. > > > Regards, > > Juan M. Guerrero > > > Am 31.01.2018 um 11:55 schrieb Ozkan Sezer (sezeroz AT gmail DOT com) [via > djgpp AT delorie DOT com]: >> The attached patch reverts the changeset "Prototypes of _doprnt, >> _doscan and _doscan_low moved to libc/doprsc.h" >> >> The rationale behind this changeset was a _doprnt() incompatibility >> which had been added to binutils/bfd, but it has already been fixed: >> http://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=8f314ad58ec824ce6c8467af29f11583f79a80ea >> >> Therefore, we don't need this change anymore. Besides, there can be >> code out there expecting those protos in stdio.h.. >> >> Objections? >> >> -- >> O.S. > >