diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-02 15:29:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-02 15:29:40 +0000 |
commit | 806c3b196b6b8a37504bdbaaa71e70a478587a74 (patch) | |
tree | abb9536c40daae5c914cd9c5f6e4d9d994c610a8 | |
parent | f6bf9e5958a6367ba195154ae07794a032b764a2 (diff) | |
download | glibc-806c3b196b6b8a37504bdbaaa71e70a478587a74.tar glibc-806c3b196b6b8a37504bdbaaa71e70a478587a74.tar.gz glibc-806c3b196b6b8a37504bdbaaa71e70a478587a74.tar.bz2 glibc-806c3b196b6b8a37504bdbaaa71e70a478587a74.zip |
(__uselocale): Add libc_hidden_proto.
-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 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 |