From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 265EE3857815 for ; Thu, 31 Dec 2020 23:13:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 265EE3857815 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: RZ0FRSR0WkoCXLgXuccUJkeJCJ4md1NxGGilWh8oVzMo9Nvje2nWB+2R/mvA9ob9cZdygRY4mC zVsH44AdIW9jb278aOF4Oah2jD+mvSKxJKORIFPE/8LxbETkWvE77qtBobrLLjFuwXIq25lLi8 OQ2qosbB28sqbPZLckmJDq65PtssPiexHkrkMyAUQX4yZUGJ5Q/Zcp+9WgcIBiYYHhtr6pMIOD uTpqDJcKG03GF/yg71Kkv0XAP3dfZeGWg+o0NIaqaVwebtGubL8BZzNrhwJbw+oHVFLqyJsGtm cvw= X-IronPort-AV: E=Sophos;i="5.78,464,1599552000"; d="scan'208";a="58953144" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 31 Dec 2020 15:13:28 -0800 IronPort-SDR: aVwMT9BB5PVmGfVOhBPhBX99mqQ78df8xE0UYxGQh6ihdpXWpAssQYJk1JtAlacQ3pnDPyH+eq TRPAzUiguEsRp11yj9+XEN5avxTPQiTUgyh02VXxXMl9J/WNH433rr7QEP9KR9vhtfYFYrt+65 IM58qSLKYISjm+eW5n48Ycx9gJpRrmDZz32wsnF5CfV+MyrVCKxd9Tv80yWd4gid0oeyoGinGh PlknXZzaX1yRHj+yAzfRJaF7cLOv9BEDnG/lSWnx7kpi+6aZfKYJn/2mTTz4sopmirqKrWQcI5 tSE= Date: Thu, 31 Dec 2020 23:13:22 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Adhemerval Zanella CC: , Paul Eggert , Subject: Re: [PATCH 3/5] Import filename.h from gnulib In-Reply-To: <20201224151701.1751008-4-adhemerval.zanella@linaro.org> Message-ID: References: <20201224151701.1751008-1-adhemerval.zanella@linaro.org> <20201224151701.1751008-4-adhemerval.zanella@linaro.org> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3130.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, 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: Thu, 31 Dec 2020 23:13:30 -0000 On Thu, 24 Dec 2020, Adhemerval Zanella via Libc-alpha wrote: > diff --git a/include/filename.h b/include/filename.h > new file mode 100644 > index 0000000000..4598fb1d63 > --- /dev/null > +++ b/include/filename.h > @@ -0,0 +1,110 @@ > +/* Basic filename support macros. > + Copyright (C) 2001-2004, 2007-2020 Free Software Foundation, Inc. > + > + This program is free software: you can redistribute it and/or modify > + it under the terms of the GNU General Public License as published by > + the Free Software Foundation; either version 3 of the License, or > + (at your option) any later version. Anything used in glibc libraries should be LGPLv2.1+. -- Joseph S. Myers joseph@codesourcery.com