This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: [PATCH 03/10] The bits/types/*.h treatment for stdio and wchar.


On Sat, 20 May 2017, Zack Weinberg wrote:

> What I've decided to do about this is duplicate the
> 
> #ifndef __WINT_TYPE__
> # define __WINT_TYPE__ unsigned int
> #endif
> 
> in __mbstate_t.h and then use __WINT_TYPE__ unconditionally in the
> structure definition.  Sound good?

That seems a reasonable approach to me.

-- 
Joseph S. Myers
joseph@codesourcery.com


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