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
S390: Optimize strncpy and wcsncpy.
[glibc.git]
/
sysdeps
/
x86_64
/
multiarch
/
stpncpy-c.c
blob
2fde77dcab0c7f5dea623966b317183e640731bb
1
#define STPNCPY __stpncpy_sse2
2
#ifdef SHARED
3
#undef libc_hidden_def
4
#define libc_hidden_def(name) \
5
__hidden_ver1 (__stpncpy_sse2, __GI___stpncpy, __stpncpy_sse2);
6
#endif
7
8
#include
"stpncpy.c"