summaryrefslogtreecommitdiff
path: root/ports/sysdeps/arm/eabi/aeabi_localeconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/arm/eabi/aeabi_localeconv.c')
-rw-r--r--ports/sysdeps/arm/eabi/aeabi_localeconv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/sysdeps/arm/eabi/aeabi_localeconv.c b/ports/sysdeps/arm/eabi/aeabi_localeconv.c
index f4e51d02e..323148e0f 100644
--- a/ports/sysdeps/arm/eabi/aeabi_localeconv.c
+++ b/ports/sysdeps/arm/eabi/aeabi_localeconv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2004, 2005, 2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -21,5 +21,5 @@
struct lconv *
__aeabi_localeconv (void)
{
- return localeconv ();
+ return __localeconv ();
}