From e90f94f702e692ced1c5c7887d068baf072cecbc Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 1 Aug 2003 23:56:15 +0000 Subject: Replace 'new' in a prototype to avoid c++ problems. --- libc/sysdeps/linux/common/bits/uClibc_locale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/bits/uClibc_locale.h') diff --git a/libc/sysdeps/linux/common/bits/uClibc_locale.h b/libc/sysdeps/linux/common/bits/uClibc_locale.h index 56819ba62..1602c2881 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_locale.h +++ b/libc/sysdeps/linux/common/bits/uClibc_locale.h @@ -325,7 +325,7 @@ extern __locale_t __curlocale_var; #ifdef __UCLIBC_HAS_THREADS__ extern __locale_t __curlocale(void) __THROW __attribute__ ((__const__)); -extern __locale_t __curlocale_set(__locale_t new); +extern __locale_t __curlocale_set(__locale_t newloc); #define __UCLIBC_CURLOCALE (__curlocale()) #define __UCLIBC_CURLOCALE_DATA (*__curlocale()) -- cgit v1.2.3