public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] Remove extern declaration of __locale_cjk_lang in string/local.h
Date: Sun, 21 Aug 2016 10:30:00 -0000	[thread overview]
Message-ID: <20160821103003.33608.qmail@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5085ce21063a9edaff9856b0caf3a76adcbf68e8

commit 5085ce21063a9edaff9856b0caf3a76adcbf68e8
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sun Aug 21 12:14:32 2016 +0200

    Remove extern declaration of __locale_cjk_lang in string/local.h
    
    Now that __locale_cjk_lang is an inline function in setlocale.h and
    setlocale.h is included, the declaration doesn't make sense.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 newlib/libc/string/local.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/newlib/libc/string/local.h b/newlib/libc/string/local.h
index babaad0..afef7e3 100644
--- a/newlib/libc/string/local.h
+++ b/newlib/libc/string/local.h
@@ -4,10 +4,6 @@
 /* internal function to compute width of wide char. */
 int _EXFUN (__wcwidth, (wint_t));
 
-/* Defined in locale/locale.c.  Returns a value != 0 if the current
-   language is assumed to use CJK fonts. */
-int _EXFUN (__locale_cjk_lang, (void));
-
 /*
    Taken from glibc:
    Add the compiler optimization to inhibit loop transformation to library


                 reply	other threads:[~2016-08-21 10:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160821103003.33608.qmail@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).