Module Name: src Committed By: rillig Date: Sat Oct 12 16:34:03 UTC 2024
Modified Files: src/lib/libc/locale: c8rtomb.c Log Message: c8rtomb: declare array of constants as const No binary change using GCC, as it had detected that all access to these arrays was read-only and thus placed them in the read-only section. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/locale/c8rtomb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.