From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id DCE6D1F454 for ; Fri, 8 Nov 2019 15:56:11 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:references :reply-to:mime-version:content-transfer-encoding:content-type :message-id; q=dns; s=default; b=KIlYT3qoQwLxTsp1BP7Cn9fcimbOL8J e6xlxOwqjSisRkzyx9S4xIfF3ACGLgwRDXOGpwgUSFN7tuqd4+WeDQR78gDRlacB 3s5AwgUqmBXxUtG87tAEP3Z6pbwHdgL4OV5a/oSUnjTtujqgd516OZPyFQwS9NCl 5kWSWjZDyHsw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:references :reply-to:mime-version:content-transfer-encoding:content-type :message-id; s=default; bh=eeCUo3391BiLjBnRE2v4tN3H0H8=; b=c2yt5 aNBmgWPRj7Y61Jdd5NDctve1A//LXEMVn3XmxQF2UgUR8GqbfitSXPUTXoq8Pfvy WRQuc/v3j4Gvyi8mhjMuLZ0XqQxiOA4Wqxv75iMoqx/Vq4LtFTg7B7aKuLOMm3fK v4xB4pKmL7u96TX5oq3xDMqcfWisWZKuAbbRQY= Received: (qmail 94902 invoked by alias); 8 Nov 2019 15:56:09 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 94894 invoked by uid 89); 8 Nov 2019 15:56:09 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.osci.io X-Gerrit-PatchSet: 1 Date: Fri, 8 Nov 2019 10:56:05 -0500 From: "Adhemerval Zanella (Code Review)" To: libc-alpha@sourceware.org Cc: Florian Weimer Auto-Submitted: auto-generated X-Gerrit-MessageType: comment Subject: [review] nptl: Add rwlock-internal.h X-Gerrit-Change-Id: I776a6a986c23199929d28a3dcd30272db21cd1d0 X-Gerrit-Change-Number: 519 X-Gerrit-ChangeURL: X-Gerrit-Commit: 77a7566f6a437d2d08b995b6c08a7ffc6414c7a6 In-Reply-To: References: X-Gerrit-Comment-Date: Fri, 8 Nov 2019 10:56:05 -0500 Reply-To: gnutoolchain-gerrit@osci.io MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/3.0.3-75-g9005159e5d Content-Type: text/plain; charset=UTF-8 Message-Id: <20191108155605.D8D6A25B28@gnutoolchain-gerrit.osci.io> Adhemerval Zanella has posted comments on this change. Change URL: https://gnutoolchain-gerrit.osci.io/r/c/glibc/+/519 ...................................................................... Patch Set 1: (1 comment) https://gnutoolchain-gerrit.osci.io/r/c/glibc/+/519/1/sysdeps/nptl/bits/rwlock-internal.h File sysdeps/nptl/bits/rwlock-internal.h: https://gnutoolchain-gerrit.osci.io/r/c/glibc/+/519/1/sysdeps/nptl/bits/rwlock-internal.h PS1: > Similar to #518, I really dislike the new file name, sorry. Fair enough, I will change to struct_rwlock.h. -- Gerrit-Project: glibc Gerrit-Branch: master Gerrit-Change-Id: I776a6a986c23199929d28a3dcd30272db21cd1d0 Gerrit-Change-Number: 519 Gerrit-PatchSet: 1 Gerrit-Owner: Adhemerval Zanella Gerrit-Reviewer: Adhemerval Zanella Gerrit-Reviewer: Florian Weimer Gerrit-Comment-Date: Fri, 08 Nov 2019 15:56:05 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Comment-In-Reply-To: Florian Weimer Gerrit-MessageType: comment