Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: firmware/lib/stateful_util.c

Issue 3173035: Make sure that our version of certain utility function implementations gets used in the firmware. (Closed) Base URL: http://src.chromium.org/git/vboot_reference.git
Patch Set: . Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « firmware/include/utility.h ('k') | firmware/lib/utility.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/lib/stateful_util.c
diff --git a/firmware/lib/stateful_util.c b/firmware/lib/stateful_util.c
index 137ea77aef5f11deb469b0f8150e395f91bd0397..1d824fc23e2eaf47b53ad8e3a7838fc0a3b56d0f 100644
--- a/firmware/lib/stateful_util.c
+++ b/firmware/lib/stateful_util.c
@@ -2,8 +2,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
- * Stub implementations of utility functions which call their linux-specific
- * equivalents.
+ * Implementations of stateful memory operations.
*/
#include "stateful_util.h"
« no previous file with comments | « firmware/include/utility.h ('k') | firmware/lib/utility.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698