summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/uClibc_locale.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-08-01 23:56:15 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-08-01 23:56:15 +0000
commite90f94f702e692ced1c5c7887d068baf072cecbc (patch)
treec7824c1f4797b723881b5b41c24888d461a2e3fc /libc/sysdeps/linux/common/bits/uClibc_locale.h
parent0af3a0f0b6bd4e75099bbb8639c9ce5704adc3a4 (diff)
Replace 'new' in a prototype to avoid c++ problems.
Diffstat (limited to 'libc/sysdeps/linux/common/bits/uClibc_locale.h')
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_locale.h2
1 files changed, 1 insertions, 1 deletions
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())