From a5cc88e5d05e4d7b1c2ead2ac7f9acf0bf7699aa Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 28 Aug 2002 06:59:14 +0000 Subject: 2002-08-27 Roland McGrath * locale/locale.h (__newlocale, __duplocale, __freelocale, __uselocale): Don't declare these any more. * include/locale.h (__uselocale): Declare here instead, using __typeof. --- include/locale.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 +extern __typeof (uselocale) __uselocale; + libc_hidden_proto (setlocale) /* This has to be changed whenever a new locale is defined. */ -- cgit v1.2.3