bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in GNULIB wchar.h?


From: Bruno Haible
Subject: Re: Bug in GNULIB wchar.h?
Date: Mon, 31 Mar 2008 13:08:45 +0200
User-agent: KMail/1.5.4

Paul Eggert wrote:
> Thanks, I installed it into gnulib with this ChangeLog entry:
> 
> 2008-03-30  Paul Eggert  <address@hidden>
> 
>       * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
>       Problem reported by Erik Benada in
>       <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.

The comment says "Special invocation convention inside glibc header files",
but the problem was seen on uClibc, not on glibc (since on glibc systems,
the wchar.in.h replacement is not used at all). OK to change the comment
like this?


--- lib/wchar.in.h.orig 2008-03-31 13:05:33.000000000 +0200
+++ lib/wchar.in.h      2008-03-31 13:05:20.000000000 +0200
@@ -27,7 +27,7 @@
  */
 
 #ifdef __need_mbstate_t
-/* Special invocation convention inside glibc header files.  */
+/* Special invocation convention inside uClibc header files.  */
 
 address@hidden@ @NEXT_WCHAR_H@
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]