Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/locale/locale.c')
-rw-r--r--newlib/libc/locale/locale.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/locale/locale.c b/newlib/libc/locale/locale.c
index 073189a29..87cb04b35 100644
--- a/newlib/libc/locale/locale.c
+++ b/newlib/libc/locale/locale.c
@@ -290,8 +290,8 @@ static char *currentlocale (void);
char *
_DEFUN(_setlocale_r, (p, category, locale),
- struct _reent *p _AND
- int category _AND
+ struct _reent *p,
+ int category,
_CONST char *locale)
{
#ifndef _MB_CAPABLE
@@ -991,7 +991,7 @@ __locale_ctype_ptr (void)
char *
_DEFUN (setlocale, (category, locale),
- int category _AND
+ int category,
_CONST char *locale)
{
return _setlocale_r (_REENT, category, locale);