commit | 8e3015e7aa7007b1687a4dd39b99cc16f94b2bd1 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Sun Mar 14 23:01:17 2010 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Sun Mar 14 23:04:49 2010 -0700 |
tree | 072c4be14c0a44e47f1eaf2b65e98716eb15194e | |
parent | b644f852636b05cf4f4afb2d1dfb3d8c024236fc [diff] |
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. Change-Id: I8080fbcaabad4ff280163515168e4af5cd0a7112