summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-06-24 12:47:18 +0200
committerCorinna Vinschen <corinna@vinschen.de>2016-06-24 12:47:18 +0200
commit90e658291805be1f4797190b5650d57ff95ce9a4 (patch)
treeac4b1861248b4b0fcc2a54645caf5f144e7684d7
parent288df6f81821a4c0ea724ef59c46f98bcf1a9b50 (diff)
downloadcygnal-90e658291805be1f4797190b5650d57ff95ce9a4.tar.gz
cygnal-90e658291805be1f4797190b5650d57ff95ce9a4.tar.bz2
cygnal-90e658291805be1f4797190b5650d57ff95ce9a4.zip
Drop now useless comment from locale.c
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-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