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
Include stdlib.h, list.h, sysdep.h and kernel-features.h.
[glibc.git]
/
sysdeps
/
x86_64
/
bzero.S
blob
2688f456b59ef15b87805717ed6f0dc0e414cb8b
1
#define memset __bzero
2
#include <sysdeps/x86_64/memset.S>
3
weak_alias (__bzero, bzero)