commit | 4f096dcf6ae068a144b8044cf55ba886823e66d3 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Mon Mar 15 15:21:33 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Mar 15 15:21:33 2010 -0700 |
tree | 335f4b7a490985d541c4ac5da8402408a9825e30 | |
parent | 1a3786a3e34112e3e68e6a9b07ba72802867a002 [diff] | |
parent | 8e3015e7aa7007b1687a4dd39b99cc16f94b2bd1 [diff] |
Merge "Replace all uses of bzero with memset. Bzero and memset are both compiler built-ins so this change should not negatively effect the generated code. However, a forthcoming commit will remove the implicit include of strings.h from stdlib.h and bzero will no longer be visible in these translation units without additional includes."