summaryrefslogtreecommitdiffstats
path: root/newlib/libc/locale/lmessages.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/locale/lmessages.h')
-rw-r--r--newlib/libc/locale/lmessages.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/newlib/libc/locale/lmessages.h b/newlib/libc/locale/lmessages.h
index 079895d5b..242a67ef9 100644
--- a/newlib/libc/locale/lmessages.h
+++ b/newlib/libc/locale/lmessages.h
@@ -49,8 +49,9 @@ struct lc_messages_T {
#endif
};
-struct lc_messages_T *__get_current_messages_locale(void);
-int __messages_load_locale(const char *, void *, const char *);
+struct lc_messages_T *__get_current_messages_locale (void);
+int __messages_load_locale (struct _thr_locale_t *, const char *, void *,
+ const char *);
__END_DECLS