From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17293 invoked by alias); 8 Aug 2018 15:20:28 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 17274 invoked by uid 89); 8 Aug 2018 15:20:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:e8e3462, H*f:sk:7360fe3, streams, H*i:sk:7360fe3 X-HELO: smtpo79.poczta.onet.pl Received: from smtpo79.poczta.onet.pl (HELO smtpo79.poczta.onet.pl) (141.105.16.29) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Aug 2018 15:20:26 +0000 Received: from INFERNUS (ac61.itcomp.pl [109.196.82.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: freddie_chopin@op.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 41lw790VByz119bFs; Wed, 8 Aug 2018 17:20:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=op.pl; s=2011; t=1533741621; bh=wA7X5ZfurjrhX9OwgXKHCrfUNLgfeox3Fu00LmbZQXI=; h=Subject:From:To:Date:In-Reply-To:References:From; b=hpSNcRl4FY90fhJYTU9UFRqPYtt8pHhLCXRJ5q4I3dvdJ58dioZztfyMs63onQLFL K5hiXr2GjSJLvQWZBBlFzX2r/4n1W3p0ZdCsn1XQaLkDvEhYo0LvHbtPiwWgzI3FKQ Yrhf4udHMCXx25u8oUw5/lsuZnqxPjjCdYDzJbUI= Message-ID: <932842b778dccb3546c78f42d4c0a459f79b4344.camel@op.pl> Subject: Re: [PATCH v3 3/5] Introduce _REENT_GLOBAL_STDIO_STREAMS From: Freddie Chopin To: Sebastian Huber , newlib@sourceware.org Date: Thu, 09 Aug 2018 04:59:00 -0000 In-Reply-To: <7360fe32-cd12-5b49-1d1c-22a7b109cc49@embedded-brains.de> References: <20170629122002.25614-1-sebastian.huber@embedded-brains.de> <20170629122002.25614-3-sebastian.huber@embedded-brains.de> <20170629183138.GY6201@calimero.vinschen.de> <20170630081306.GA6201@calimero.vinschen.de> <1068535433.14282.1498813082840.JavaMail.zimbra@embedded-brains.de> <7360fe32-cd12-5b49-1d1c-22a7b109cc49@embedded-brains.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018/txt/msg00628.txt.bz2 On Wed, 2018-08-08 at 16:15 +0200, Sebastian Huber wrote: > The thread-local IO streams are a Newlib feature that is used by our > applications. Don't get me wrong, but I would expect an option with "global" in the name to make the streams really global, not "sort-of-global" (; Otherwise it looks like a half-baked-hack to fix just some particular problem instead of looking at the whole picture. Regards, FCh