mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
04958880e0
Unlike i386, we can call hidden IFUNC functions inside libc.so since x86-64 PLT is always PIC. Tested on x86-64. * sysdeps/x86_64/multiarch/strncat-c.c (STRNCAT_PRIMARY): Removed. Include <string/strncat.c>. * sysdeps/x86_64/multiarch/strncat.c (__strncat): New strong alias. (__GI___strncat): New hidden alias.
3 lines
59 B
C
3 lines
59 B
C
#define STRNCAT __strncat_sse2
|
|
#include <string/strncat.c>
|