mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-06 12:01:08 +03:00
This patch fix the static build for strftime, which uses __wcschr. Current powerpc32 implementation defines the __wcschr be an alias to __wcschr_ppc32 and current implementation misses the correct alias for static build. It also changes the default wcschr.c logic so a IFUNC implementation should just define WCSCHR and undefine the required alias/internal definitions.
1.1 KiB
1.1 KiB