| 1 | #define __fstatvfs64(file, buf) __no_fstatvfs64(file, buf) |
|---|---|
| 2 | #define fstatvfs64(file, buf) no_fstatvfs64(file, buf) |
| 3 | #include "../fstatvfs.c" |
| 4 | strong_alias (__fstatvfs, __fstatvfs64) |
| 5 | weak_alias (__fstatvfs, fstatvfs64) |
| 6 |
| 1 | #define __fstatvfs64(file, buf) __no_fstatvfs64(file, buf) |
|---|---|
| 2 | #define fstatvfs64(file, buf) no_fstatvfs64(file, buf) |
| 3 | #include "../fstatvfs.c" |
| 4 | strong_alias (__fstatvfs, __fstatvfs64) |
| 5 | weak_alias (__fstatvfs, fstatvfs64) |
| 6 |