am 72e983d6: am 398f46dd: am a0259b42: Merge "libc: remove bcmp prototype"

* commit '72e983d62828e1db5049800b7edef5a1b0cbbcbd':
  libc: remove bcmp prototype
This commit is contained in:
Nick Kralevich
2013-02-21 17:45:27 -08:00
committed by Android Git Automerger
2 changed files with 0 additions and 34 deletions

View File

@@ -43,7 +43,6 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
int bcmp(const void *, const void *, size_t);
void bcopy(const void *, void *, size_t);
void bzero(void *, size_t);
int ffs(int);