| extern "C" { | |
| typedef struct __fsid_t { | |
| int __val[2]; | |
| } fsid_t; | |
| int statfs (const char *, struct statfs *); | |
| int fstatfs (int, struct statfs *); | |
| } | |
| extern "C" { | |
| typedef struct __fsid_t { | |
| int __val[2]; | |
| } fsid_t; | |
| int statfs (const char *, struct statfs *); | |
| int fstatfs (int, struct statfs *); | |
| } | |