1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-23 02:12:24 +03:00

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.
This commit is contained in:
Roland McGrath
2002-08-28 06:59:14 +00:00
parent f0377954d7
commit a5cc88e5d0
2 changed files with 2 additions and 5 deletions

View File

@@ -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. */