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
Remove building with NOCRYPTO option
[minix.git]
/
common
/
lib
/
libc
/
arch
/
powerpc64
/
string
/
strlen.S
blob
871907b5cf53fbeea1df2b78db21dd1ec2a70e22
1
/* $NetBSD: strlen.S,v 1.1 2006/07/07 07:37:44 ross Exp $ */
2
3
/* XXX could be optimized for ppc64 */
4
5
#include "../../powerpc/string/strlen.S"