[PATCH] ctype: Fix bitfield types on 16-bit targets

Corinna Vinschen vinschen@redhat.com
Fri Jul 20 12:16:00 GMT 2018


On Jul 20 13:07, Sebastian Huber wrote:
> This prevents errors like this:
> 
> newlib/libc/ctype/categories.c:6:3: error: width of 'first' exceeds its type
>    unsigned int first: 24;
>    ^
> 
> Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
> ---
>  newlib/libc/ctype/categories.c  | 5 +++--
>  newlib/libc/ctype/towctrans_l.c | 9 +++++----
>  2 files changed, 8 insertions(+), 6 deletions(-)

ACK.  Please push.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20180720/7b30bad0/attachment.sig>


More information about the Newlib mailing list