repo.or.cz
/
glibc
/
pb-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup _IO_wfile_seekoff.
[glibc/pb-stable.git]
/
sysdeps
/
x86_64
/
multiarch
/
strncpy-c.c
blob
296c32cb5dba5d7ff5c51812595259ae56968bef
1
#define STRNCPY __strncpy_sse2
2
#ifdef SHARED
3
#undef libc_hidden_builtin_def
4
#define libc_hidden_builtin_def(name) \
5
__hidden_ver1 (__strncpy_sse2, __GI_strncpy, __strncpy_sse2);
6
#endif
7
8
#include
"strncpy.c"