commit | 447c7ff83da0d89ffa70c378be2a4a58f9b14d3b | [log] [tgz] |
---|---|---|
author | Mitchell Wills <mwills@google.com> | Mon Aug 24 17:24:30 2015 -0700 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Tue Aug 25 14:55:57 2015 -0700 |
tree | 9d11d18190e3a5dbe42d6a843fe5bd15dc8b796a | |
parent | f291c682d490cef0b520b68e694a2bf97126b441 [diff] [blame] |
Make sure configuration is saved to storage device Bug: 20891664 Change-Id: I9bec042155f13bec678944466082a9969e559851 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/src/utils/os_none.c b/src/utils/os_none.c index 83fe025..96d243d 100644 --- a/src/utils/os_none.c +++ b/src/utils/os_none.c
@@ -102,6 +102,12 @@ } +int os_fsync(FILE *stream) +{ + return 0; +} + + void * os_zalloc(size_t size) { return NULL;