From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57386 invoked by alias); 19 Mar 2018 09:22:44 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 57376 invoked by uid 89); 19 Mar 2018 09:22:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: [PATCH] hurd: Fix early rtld access to errno To: Samuel Thibault , libc-alpha@sourceware.org References: <20180318015332.9759-1-samuel.thibault@ens-lyon.org> <20180318020712.mks5ijnqzkugxgec@var.youpi.perso.aquilenet.fr> From: Florian Weimer Message-ID: <2f72d0c5-aaeb-2fed-ef9b-2ab1479af33f@redhat.com> Date: Mon, 19 Mar 2018 09:22:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180318020712.mks5ijnqzkugxgec@var.youpi.perso.aquilenet.fr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-03/txt/msg00447.txt.bz2 On 03/18/2018 03:07 AM, Samuel Thibault wrote: > All that being said, I'm surprised: AIUI this problem would be the > same on all platforms as soon as one would set RTLD_PRIVATE_ERRNO to > 0. I think this is presently a knob for Hurd only. It might have been different in the LinuxThreads days, though. Thanks, Florian