summaryrefslogtreecommitdiff
path: root/include/locale.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-18 01:09:55 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-18 01:09:55 +0000
commite8c6de1939e1f8a2898a0e53134fa175560b9469 (patch)
tree0d573525f6e657aa60bf04b4a7c3ddb9225f6347 /include/locale.h
parent508383b431a6ef45c0992fdd47064edb581c6214 (diff)
libc_hidden_proto removal, just a few functions
Diffstat (limited to 'include/locale.h')
-rw-r--r--include/locale.h1
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. */