#include int statvfs(const char * restrict path, struct statvfs * restrict buf) { return 0; } /* XOPEN(400) POSIX(200809) */