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/nl_langinfo.c')
-rw-r--r--newlib/libc/locale/nl_langinfo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/locale/nl_langinfo.c b/newlib/libc/locale/nl_langinfo.c
index e762799b0..b2923bd65 100644
--- a/newlib/libc/locale/nl_langinfo.c
+++ b/newlib/libc/locale/nl_langinfo.c
@@ -42,7 +42,8 @@
#define _REL(BASE) ((int)item-BASE)
char *
-nl_langinfo(nl_item item) {
+_DEFUN(nl_langinfo, (item),
+ nl_item item) {
char *ret, *s, *cs;
static char *csym = NULL;