aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/statvfs/guts/statvfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/statvfs/guts/statvfs.c')
-rw-r--r--ports/linux/statvfs/guts/statvfs.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/linux/statvfs/guts/statvfs.c b/ports/linux/statvfs/guts/statvfs.c
new file mode 100644
index 0000000..c516649
--- /dev/null
+++ b/ports/linux/statvfs/guts/statvfs.c
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2018 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
+ * int statvfs(const char *path, struct statvfs *buf)
+ * int rc = -1;
+ */
+
+ rc = real_statvfs(path, buf);
+
+/* return rc;
+ * }
+ */