Chromium Code Reviews| Index: fusl/src/stat/statvfs.c |
| diff --git a/fusl/src/stat/statvfs.c b/fusl/src/stat/statvfs.c |
| index 30d587971b0a0946ae4293dc43cb54d231d763fd..b9522e4bf46e5be30ce9a1111992df6456168ba2 100644 |
| --- a/fusl/src/stat/statvfs.c |
| +++ b/fusl/src/stat/statvfs.c |
| @@ -59,6 +59,6 @@ int fstatvfs(int fd, struct statvfs *buf) |
| } |
| LFS64(statvfs); |
|
viettrungluu
2016/01/12 23:15:26
I wonder if we shouldn't just get rid of LFS64 (an
|
| -LFS64(statfs); |
| +weak_alias(__statfs, statfs64); |
| LFS64(fstatvfs); |
| -LFS64(fstatfs); |
| +weak_alias(__fstatfs, fstatfs64); |