public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Remove erroneous POSIX guards for reentrant locale functions
@ 2016-08-23 10:43 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2016-08-23 10:43 UTC (permalink / raw)
  To: newlib-cvs

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

commit 3eace743b2e9bc34a6ee3e51aa241a45c91159b2
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Aug 23 12:39:42 2016 +0200

    Remove erroneous POSIX guards for reentrant locale functions
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 newlib/libc/include/locale.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/newlib/libc/include/locale.h b/newlib/libc/include/locale.h
index 6b3b788..4fb7875 100644
--- a/newlib/libc/include/locale.h
+++ b/newlib/libc/include/locale.h
@@ -71,12 +71,10 @@ struct _reent;
 char *_EXFUN(_setlocale_r,(struct _reent *, int, const char *));
 struct lconv *_EXFUN(_localeconv_r,(struct _reent *));
 
-#if __POSIX_VISIBLE >= 200809
 locale_t _newlocale_r (struct _reent *, int, const char *, locale_t);
 void _freelocale_r (struct _reent *, locale_t);
 locale_t _duplocale_r (struct _reent *, locale_t);
 locale_t _uselocale_r (struct _reent *, locale_t);
-#endif /* __POSIX_VISIBLE >= 200809 */
 
 #ifndef _REENT_ONLY


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-23 10:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23 10:43 [newlib-cygwin] Remove erroneous POSIX guards for reentrant locale functions Corinna Vinschen

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).