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-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C5CA81F5AE for ; Thu, 23 Jul 2020 20:53:42 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 199BA3857C4E; Thu, 23 Jul 2020 20:53:42 +0000 (GMT) Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 1670A3858D38 for ; Thu, 23 Jul 2020 20:53:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1670A3858D38 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: ff7Hxbkm/tvHPZ975KUcnGiLOVbmhfAGGeK8p+GyHPnuQZvdlC0YOy3SDFaorQaJEpxZ3FgKLZ k0kk88lRKAO5goqi4QJHLP2ozlpwGmbDW4umxOPFWeWH1F8xlyBrGbFkMChjT9iJdsw7/6VoOp /3WRXbyQeDKM7nuaP8SjqW78Z4vWd7yVF7+FABapztyv0eCFRh3tRJNYsRREMD8zKhcec4OnvJ bt+Ox71si18IFDcon/BhwW2+brmQ9fRAAzm6tC2ePUQ4kVf36a27XxgJwNBJzZoaLVZoJQexMI bKQ= X-IronPort-AV: E=Sophos;i="5.75,388,1589270400"; d="scan'208";a="51252561" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 23 Jul 2020 12:53:23 -0800 IronPort-SDR: 74dxYxD9Y/in3JBmyEK1K0bqUw0QBxhUDTnzk1w4M5JjpNw9NuzmPBnVqVNnzFkFgPRKB0EqMv nAWW7CVzPnpJKWYJ3eu4Z2gX6TZesm8tyQJxv2N9FvuPDEExQPrsHEUSh4x+j2PnZ1SWszfT2y BXc4nyVub5WmxmO8rzOw4I1dMmdRO4pTcJef/RzLbGOkqAYyPGAmu3m/SaZ7zkjElOzkU1JX77 Iszren5QK5be+HD85znJ/Jbq4VaszEM8tRh4OGJUUKx4xSHvxFhb2C9LVmlEM4JsyyS/eZEsAS BIw= Date: Thu, 23 Jul 2020 20:53:18 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Adhemerval Zanella Subject: Re: [PATCH 10/16] Remove mknod wrapper functions, move them to symbols In-Reply-To: <20200723194641.1949404-11-adhemerval.zanella@linaro.org> Message-ID: References: <20200723194641.1949404-1-adhemerval.zanella@linaro.org> <20200723194641.1949404-11-adhemerval.zanella@linaro.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) 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: , Cc: Alistair Francis , libc-alpha@sourceware.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Thu, 23 Jul 2020, Adhemerval Zanella via Libc-alpha wrote: > Both the prototypes of the internal symbol linked by the static > wrappers and the inline redirectors are also removed from the installed > sys/stat.h header file. The wrapper implementation license is also > change from LGPL to GPL. That's not an accurate description. The license remains LGPL with the exception for objects that get statically linked in when dynamically linking with libc (*_nonshared.a and crt*.o) removed. Likewise for other patches with a similar description. -- Joseph S. Myers joseph@codesourcery.com