bionic/libc/arch-x86
Nick Kralevich 11ebbc8437 libc: remove bcmp prototype
AFAIK, bionic only ever provided an implementation of bcmp
for x86, and even then, the code was never actually compiled.
Remove the prototype.

bcmp() has been obsoleted and replaced by memcmp()

Change-Id: I549d02ab6a9241a9acbbbfade0d98a9a02c2eaee
2013-02-21 17:17:09 -08:00
..
bionic Fix the pthread_setname_np test. 2013-02-15 12:08:59 -08:00
include/machine Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
string libc: remove bcmp prototype 2013-02-21 17:17:09 -08:00
syscalls Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
syscalls.mk Add signalfd call to bionic 2013-01-10 13:14:46 -08:00