Skip to content
Commit 8e3015e7 authored by Carl Shapiro's avatar Carl Shapiro
Browse files

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
parent b644f852
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment