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
Have iconv accept redundant escape sequences in IBM900, IBM903, IBM905,
[glibc.git]
/
sysdeps
/
i386
/
bzero.S
blob
c8dd47b4da00522a9dd54e277587178dfb400e69
1
#define USE_AS_BZERO
2
#define memset __bzero
3
#include "memset.S"
4
5
weak_alias (__bzero, bzero)