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 NT_PPC_PKEY from Linux 4.16 to elf.h.
[glibc.git]
/
sysdeps
/
i386
/
mempcpy.S
blob
61addb75f4b5aa47ee72bf6d1fa699bfcb7a3876
1
#define USE_AS_MEMPCPY
2
#define MEMCPY __mempcpy
3
#define MEMCPY_CHK __mempcpy_chk
4
#include "memcpy.S"
5
6
weak_alias (__mempcpy, mempcpy)
7
libc_hidden_builtin_def (mempcpy)