From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sourceware.org (Postfix) with ESMTPS id 9A8E8386EC4F for ; Tue, 23 Feb 2021 09:11:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9A8E8386EC4F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Paul.Zimmermann@inria.fr X-IronPort-AV: E=Sophos;i="5.81,199,1610406000"; d="scan'208";a="494433172" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Feb 2021 10:11:28 +0100 Date: Tue, 23 Feb 2021 10:11:28 +0100 Message-Id: From: Paul Zimmermann To: Florian Weimer Cc: libc-alpha@sourceware.org In-Reply-To: <87ft1n17rr.fsf@oldenburg.str.redhat.com> (message from Florian Weimer on Tue, 23 Feb 2021 09:57:12 +0100) Subject: Re: [PATCH] added rt to malloc/Depend [BZ #27132] References: <20210223081639.3264213-1-Paul.Zimmermann@inria.fr> <87ft1n17rr.fsf@oldenburg.str.redhat.com> X-Spam-Status: No, score=-9.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2021 09:12:01 -0000 Dear Florian, > > This avoids a failure when a new glibc version is compiled with an older > > system librt. Patch proposed by Florian Weimer. > > --- > > malloc/Depend | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/malloc/Depend b/malloc/Depend > > index f5e248047c..ed18c37b80 100644 > > --- a/malloc/Depend > > +++ b/malloc/Depend > > @@ -1,3 +1,4 @@ > > dlfcn > > nptl > > htl > > +rt > > Please commit this. done. Should I also close BZ #27132? Paul