diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-28 06:59:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-28 06:59:14 +0000 |
commit | a5cc88e5d05e4d7b1c2ead2ac7f9acf0bf7699aa (patch) | |
tree | 596845e426b227f5a08015dc78d4af2b43db68ec /include | |
parent | f0377954d7c324c0fe320eb1ca22ea46837e9da3 (diff) | |
download | glibc-a5cc88e5d05e4d7b1c2ead2ac7f9acf0bf7699aa.tar.gz glibc-a5cc88e5d05e4d7b1c2ead2ac7f9acf0bf7699aa.tar.xz glibc-a5cc88e5d05e4d7b1c2ead2ac7f9acf0bf7699aa.zip |
2002-08-27 Roland McGrath <roland@redhat.com>
* locale/locale.h (__newlocale, __duplocale, __freelocale, __uselocale): Don't declare these any more. * include/locale.h (__uselocale): Declare here instead, using __typeof.
Diffstat (limited to 'include')
-rw-r--r-- | include/locale.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/locale.h b/include/locale.h index b339953a93..22770b9ad2 100644 --- a/include/locale.h +++ b/include/locale.h @@ -1,6 +1,8 @@ #ifndef _LOCALE_H #include <locale/locale.h> +extern __typeof (uselocale) __uselocale; + libc_hidden_proto (setlocale) /* This has to be changed whenever a new locale is defined. */ |