projects
/
platform
/
core
/
system
/
libstorage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41903e
)
Fixed the build error using gcc 13
36/295036/1
accepted/tizen/unified/dev/20230726.115608
author
wchang kim
<wchang.kim@samsung.com>
Fri, 30 Jun 2023 06:47:36 +0000
(15:47 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Fri, 30 Jun 2023 06:47:36 +0000
(15:47 +0900)
Change-Id: Ica1f9d0f59a91617b9e607ded7ad045161a1f52f
src/statvfs.c
patch
|
blob
|
history
diff --git
a/src/statvfs.c
b/src/statvfs.c
index 0e8bac67674ca7b8d9b69f0b43a675b6d98c2fb6..6e9f84188975b4df22d4e24f5d843f24a1089521 100644
(file)
--- a/
src/statvfs.c
+++ b/
src/statvfs.c
@@
-118,7
+118,7
@@
static int get_memory_size(const char *path, struct statvfs_32 *buf)
/* This api is intended for binaries built with _FILE_OFFSET_BITS=32 */
API int storage_get_internal_memory_size(struct statvfs *buf)
{
- struct statvfs_32 temp;
+ struct statvfs_32 temp
= { 0, }
;
static unsigned long reserved = 0;
int ret_val;