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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/locale/lmessages.h b/newlib/libc/locale/lmessages.h
index 52cf6f67c..079895d5b 100644
--- a/newlib/libc/locale/lmessages.h
+++ b/newlib/libc/locale/lmessages.h
@@ -50,7 +50,7 @@ struct lc_messages_T {
};
struct lc_messages_T *__get_current_messages_locale(void);
-int __numeric_load_locale(const char *, void *, const char *);
+int __messages_load_locale(const char *, void *, const char *);
__END_DECLS