#ifndef _RELIBC_SYS_VFS_H #define _RELIBC_SYS_VFS_H /* is the historical Linux/BSD name for the filesystem-statistics * interface; glibc ships it as a thin wrapper that simply re-exports * (struct statfs + statfs()/fstatfs()). Mirror that so code that * includes gets the same declarations. */ #include #endif /* _RELIBC_SYS_VFS_H */