Module Name: src Committed By: joerg Date: Tue Jun 2 01:30:31 UTC 2020
Modified Files: src/lib/libc/citrus: citrus_ctype_template.h src/lib/libc/locale: multibyte.h Log Message: Don't overalign _RuneStatePriv, it must share the alignment of mbstate_t it aliased with. Assert that the alignment actually used reflects the alignment required by existing implementation and for newly build modules assert that it is at most the guaranteed alignment. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/citrus/citrus_ctype_template.h cvs rdiff -u -r1.6 -r1.7 src/lib/libc/locale/multibyte.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.