diff options
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_locale.h | 2 |
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()) |