summaryrefslogtreecommitdiff
path: root/libc/misc/locale
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-30 16:06:33 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-30 16:06:33 +0000
commitf4b90fe63a2bb16ce7e40ab317b4858b67d0d1d6 (patch)
treefb10ac5d404c3e842f668522d009118a9d21ca0b /libc/misc/locale
parent75b1747bb2343695a736cfbb361d40026d4edeac (diff)
some more prototypes
Diffstat (limited to 'libc/misc/locale')
-rw-r--r--libc/misc/locale/locale.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/misc/locale/locale.c b/libc/misc/locale/locale.c
index 2df4659b5..5ad829d2c 100644
--- a/libc/misc/locale/locale.c
+++ b/libc/misc/locale/locale.c
@@ -937,7 +937,8 @@ void attribute_hidden _locale_init_l(__locale_t base)
_locale_set_l(C_LOCALE_SELECTOR, base);
}
-void attribute_hidden _locale_init(void)
+void _locale_init(void) attribute_hidden;
+void _locale_init(void)
{
/* TODO: mmap the locale file */