From e8c6de1939e1f8a2898a0e53134fa175560b9469 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 18 Nov 2008 01:09:55 +0000 Subject: libc_hidden_proto removal, just a few functions --- include/locale.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/locale.h') 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. */ -- cgit v1.2.3