summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--newlib/libc/locale/locale.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/locale/locale.c b/newlib/libc/locale/locale.c
index 161f99a21..33b535941 100644
--- a/newlib/libc/locale/locale.c
+++ b/newlib/libc/locale/locale.c
@@ -1022,8 +1022,6 @@ _DEFUN(_localeconv_r, (data),
#ifndef _REENT_ONLY
-/* Cygwin provides its own version of setlocale to perform some more
- initialization work. It calls _setlocale_r, though. */
char *
_DEFUN(setlocale, (category, locale),
int category _AND