Paul Eggert wrote: > Thanks, I installed it into gnulib with this ChangeLog entry: > > 2008-03-30 Paul Eggert <[EMAIL PROTECTED]> > > * 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. */ [EMAIL PROTECTED]@ @NEXT_WCHAR_H@