diff options
Diffstat (limited to 'include/locale.h')
-rw-r--r-- | include/locale.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/locale.h b/include/locale.h index c708d4435..241e3f057 100644 --- a/include/locale.h +++ b/include/locale.h @@ -215,6 +215,7 @@ extern void freelocale (__locale_t __dataset) __THROW; for all threads and can also be installed any time, meaning the thread uses the global settings controlled by `setlocale'. */ extern __locale_t uselocale (__locale_t __dataset) __THROW; +libc_hidden_proto(uselocale) /* This value can be passed to `uselocale' and may be returned by it. Passing this value to any other function has undefined behavior. */ |