This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-23 13:30:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
075dd8a017
glibc
/
sysdeps
/
x86_64
/
multiarch
/
strncat-c.c
3 lines
59 B
C
Raw
Normal View
History
Unescape
Escape
Improve 64 bit strcat functions with SSE2/SSSE3
2011-07-19 21:11:54 +00:00
#
define STRNCAT __strncat_sse2
x86-64: Use IFUNC strncat inside libc.so 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.
2018-05-16 16:03:45 +00:00
#
include
<string/strncat.c>
Reference in New Issue
Copy Permalink