Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-07-28 10:50:43 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-08-15 11:56:59 +0300
commit1a5d08014b88f2cdc8fa2b3434edfb582d08716a (patch)
treea90c72ee138747f134f6cf3f9e0678199ff5f89f /newlib/libc/include/ctype.h
parentbeb721cf37b9b97229eba293f1fad7a6ccec1e5e (diff)
setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targets
Signed-off by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/libc/include/ctype.h')
-rw-r--r--newlib/libc/include/ctype.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/libc/include/ctype.h b/newlib/libc/include/ctype.h
index 0284c18b2..d34b8e5cd 100644
--- a/newlib/libc/include/ctype.h
+++ b/newlib/libc/include/ctype.h
@@ -69,13 +69,8 @@ extern int toascii_l (int __c, locale_t __l);
#ifndef _MB_CAPABLE
_CONST
#endif
-#ifdef __HAVE_LOCALE_INFO__
char *__locale_ctype_ptr (void);
# define __CTYPE_PTR (__locale_ctype_ptr ())
-#else
-extern __IMPORT char *__ctype_ptr__;
-# define __CTYPE_PTR (__ctype_ptr__)
-#endif
#ifndef __cplusplus
/* These macros are intentionally written in a manner that will trigger