From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10482 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] add missing *_unlocked and wcsftime_l prototypes to wchar.h Date: Fri, 16 Sep 2016 18:19:46 -0400 Message-ID: <20160916221946.GT15995@brightrain.aerifal.cx> References: <20160910010115.GV15995@brightrain.aerifal.cx> <20160910012317.28558-1-dsabogalcc@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1474064416 25567 195.159.176.226 (16 Sep 2016 22:20:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 16 Sep 2016 22:20:16 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-10495-gllmg-musl=m.gmane.org@lists.openwall.com Sat Sep 17 00:20:12 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1bl1UE-0004Y6-Mp for gllmg-musl@m.gmane.org; Sat, 17 Sep 2016 00:19:58 +0200 Original-Received: (qmail 32234 invoked by uid 550); 16 Sep 2016 22:19:58 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 32213 invoked from network); 16 Sep 2016 22:19:58 -0000 Content-Disposition: inline In-Reply-To: <20160910012317.28558-1-dsabogalcc@gmail.com> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10482 Archived-At: On Fri, Sep 09, 2016 at 09:23:17PM -0400, Daniel Sabogal wrote: > these functions had been implemented, but prototypes were not made available > --- > include/wchar.h | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) Committing. Thanks. Rich