diff options
Diffstat (limited to 'src/sys/statvfs/statvfs.c')
-rw-r--r-- | src/sys/statvfs/statvfs.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/sys/statvfs/statvfs.c b/src/sys/statvfs/statvfs.c deleted file mode 100644 index 1a19962d..00000000 --- a/src/sys/statvfs/statvfs.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <sys/statvfs.h> - -int statvfs(const char * restrict path, struct statvfs * restrict buf) -{ - return 0; -} - -/* -XOPEN(400) -POSIX(200809) -*/ |