From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6103 Path: news.gmane.org!not-for-mail From: u-igbb@aetey.se Newsgroups: gmane.linux.lib.musl.general Subject: non-static dummy(), musl-1.1.4 Date: Sat, 6 Sep 2014 09:20:25 +0200 Message-ID: <20140906072025.GK5831@example.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1409989076 14185 80.91.229.3 (6 Sep 2014 07:37:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Sep 2014 07:37:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6116-gllmg-musl=m.gmane.org@lists.openwall.com Sat Sep 06 09:37:49 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XQAIm-0000oZ-R7 for gllmg-musl@plane.gmane.org; Sat, 06 Sep 2014 09:20:52 +0200 Original-Received: (qmail 12148 invoked by uid 550); 6 Sep 2014 07:20:52 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 12140 invoked from network); 6 Sep 2014 07:20:51 -0000 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Received-SPF: none receiver=mailfe09.swip.net; client-ip=204.8.156.142; envelope-from=u-igbb@aetey.se Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:6103 Archived-At: Hello, Shouldn't const char *dummy(const char *msg, const struct __locale_map *lm) in src/locale/__lctrans.c be static? Rune