Module Name:    src
Committed By:   riastradh
Date:           Fri Jun  7 13:53:12 UTC 2024

Modified Files:
        src/lib/libc/citrus: citrus_fix_grouping.h
        src/lib/libc/locale: fix_grouping.c global_locale.c

Log Message:
libc/locale: Nix needless char casts.

These appear to have been added to pacify a spurious warning by lint,
which no longer warns about it anyway.

No functional change intended.  No binary change to aarch64 libc.

Prompted by code inspection around PR lib/58319.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/citrus/citrus_fix_grouping.h
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/locale/fix_grouping.c
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/locale/global_locale.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to