]> git.ipfire.org Git - thirdparty/glibc.git/commit
Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower}
authorFlorian Weimer <fweimer@redhat.com>
Fri, 16 May 2025 17:53:09 +0000 (19:53 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 16 May 2025 17:53:09 +0000 (19:53 +0200)
commite0c0f856f58ceb68800a964c36c15c606e7a8c4c
tree8627281204503d61d8176e289591ca68f9e5b86e
parenta894f04d877653bea1639fc9a4adf73bd9347bf4
Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower}

The existing initializers already contain explicit casts.  Keep them
due to int/uint32_t mismatch.

Reviewed-by: Frédéric Bérat <fberat@redhat.com>
ctype/ctype-info.c
include/ctype.h
locale/xlocale.c