about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-02-02 15:29:40 +0000
committerUlrich Drepper <drepper@redhat.com>2007-02-02 15:29:40 +0000
commit806c3b196b6b8a37504bdbaaa71e70a478587a74 (patch)
treeabb9536c40daae5c914cd9c5f6e4d9d994c610a8
parentf6bf9e5958a6367ba195154ae07794a032b764a2 (diff)
downloadglibc-806c3b196b6b8a37504bdbaaa71e70a478587a74.tar.gz
glibc-806c3b196b6b8a37504bdbaaa71e70a478587a74.tar.xz
glibc-806c3b196b6b8a37504bdbaaa71e70a478587a74.zip
(__uselocale): Add libc_hidden_proto.
-rw-r--r--include/locale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/locale.h b/include/locale.h
index 5226001929..a296a5f8f6 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -4,6 +4,7 @@
 extern __typeof (uselocale) __uselocale;
 
 libc_hidden_proto (setlocale)
+libc_hidden_proto (__uselocale)
 
 /* This has to be changed whenever a new locale is defined.  */
 #define __LC_LAST	13