diff options
Diffstat (limited to 'include/locale.h')
-rw-r--r-- | include/locale.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/locale.h b/include/locale.h index d7f90c969..02d33a0d4 100644 --- a/include/locale.h +++ b/include/locale.h @@ -218,12 +218,6 @@ extern __locale_t uselocale (__locale_t __dataset) __THROW; Passing this value to any other function has undefined behavior. */ # define LC_GLOBAL_LOCALE ((__locale_t) -1L) -extern __locale_t __newlocale (int __category_mask, __const char *__locale, - __locale_t __base) __THROW; -extern __locale_t __duplocale (__locale_t __dataset) __THROW; -extern void __freelocale (__locale_t __dataset) __THROW; -extern __locale_t __uselocale (__locale_t __dataset) __THROW; - #endif __END_DECLS |