This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Drop now useless comment from locale.c


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=90e658291805be1f4797190b5650d57ff95ce9a4

commit 90e658291805be1f4797190b5650d57ff95ce9a4
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Jun 24 12:47:18 2016 +0200

    Drop now useless comment from locale.c
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 newlib/libc/locale/locale.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/newlib/libc/locale/locale.c b/newlib/libc/locale/locale.c
index 161f99a..33b5359 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]