repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add i686 __libc_ifunc_impl_list
[glibc.git]
/
sysdeps
/
i386
/
i686
/
multiarch
/
strncpy.S
blob
9c257efc6e4dc0c05bee2de8f1b44cb89d97741b
1
/* Multiple versions of strncpy
2
All versions must be listed in ifunc-impl-list.c. */
3
#define USE_AS_STRNCPY
4
#define STRCPY strncpy
5
#include "strcpy.S"