mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
fb78612a96
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. |
||
---|---|---|
.. | ||
fpu | ||
multiarch | ||
hp-timing.h | ||
Implies | ||
Makefile | ||
memcmp.S | ||
memcopy.h | ||
memcpy.S | ||
memset.S | ||
strncmp.S |