repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
can't get_block(NO_DEV) any more
[minix.git]
/
common
/
lib
/
libc
/
arch
/
x86_64
/
string
/
bzero.S
blob
27c6e4a8a47b0b6f9b8f68411888cf6ceed6e299
1
/*
2
* Code for bzero() is in memset.S
3
*
4
* This file is left in place so that libc.a doesn't get a duplicate
5
* symbol error on update builds.
6
*
7
* If you are reading this in 2010, delete the file!
8
*/