| 1 | #define __statvfs64(file, buf) __no_statvfs64(file, buf) |
|---|---|
| 2 | #define statvfs64(file, buf) no_statvfs64(file, buf) |
| 3 | #include "../statvfs.c" |
| 4 | strong_alias (__statvfs, __statvfs64) |
| 5 | weak_alias (__statvfs, statvfs64) |
| 6 |
| 1 | #define __statvfs64(file, buf) __no_statvfs64(file, buf) |
|---|---|
| 2 | #define statvfs64(file, buf) no_statvfs64(file, buf) |
| 3 | #include "../statvfs.c" |
| 4 | strong_alias (__statvfs, __statvfs64) |
| 5 | weak_alias (__statvfs, statvfs64) |
| 6 |