aboutsummaryrefslogtreecommitdiff
path: root/src/stat/statvfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat/statvfs.c')
-rw-r--r--src/stat/statvfs.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stat/statvfs.c b/src/stat/statvfs.c
index bc12da8b..128de927 100644
--- a/src/stat/statvfs.c
+++ b/src/stat/statvfs.c
@@ -57,3 +57,11 @@ int fstatvfs(int fd, struct statvfs *buf)
fixup(buf, &kbuf);
return 0;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif