public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Change return type from locale_t to struct __locale_t * as well
@ 2016-08-25 15:27 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2016-08-25 15:27 UTC (permalink / raw)
  To: newlib-cvs

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

commit de8b81950dcf0418f5412cfeab7bd6950c296905
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu Aug 25 17:27:37 2016 +0200

    Change return type from locale_t to struct __locale_t * as well
    
    Complements commit 14228e2.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 newlib/libc/include/locale.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/newlib/libc/include/locale.h b/newlib/libc/include/locale.h
index 446dbd9..7feb881 100644
--- a/newlib/libc/include/locale.h
+++ b/newlib/libc/include/locale.h
@@ -71,10 +71,11 @@ struct _reent;
 char *_EXFUN(_setlocale_r,(struct _reent *, int, const char *));
 struct lconv *_EXFUN(_localeconv_r,(struct _reent *));
 
-locale_t _newlocale_r (struct _reent *, int, const char *, struct __locale_t *);
+struct __locale_t *_newlocale_r (struct _reent *, int, const char *,
+				 struct __locale_t *);
 void _freelocale_r (struct _reent *, struct __locale_t *);
-locale_t _duplocale_r (struct _reent *, struct __locale_t *);
-locale_t _uselocale_r (struct _reent *, struct __locale_t *);
+struct __locale_t *_duplocale_r (struct _reent *, struct __locale_t *);
+struct __locale_t *_uselocale_r (struct _reent *, struct __locale_t *);
 
 #ifndef _REENT_ONLY


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

only message in thread, other threads:[~2016-08-25 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-25 15:27 [newlib-cygwin] Change return type from locale_t to struct __locale_t * as well 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).