commit | 6e82b6b01988d15352c05e17bbaa7c5b5904315c | [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 | 67bb33d61662809fbb27d890debd6cfcf4667c95 | |
parent | b3a5395f4a26600c01aec1522e6ea8efdb7eecfb [diff] | |
parent | 7f2d3df232f3938302774a45b960216a3ae5dbd6 [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."