commit | 11ebbc8437af208f64861b7531502ff0eeb30e03 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Feb 21 17:17:09 2013 -0800 |
committer | Nick Kralevich <nnk@google.com> | Thu Feb 21 17:17:09 2013 -0800 |
tree | 0fbde52d13d9be98860d588530a320e4d7b3427f | |
parent | ccd403161cdcc88a0ffcaecd1bc707e2d4c88a1c [diff] |
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