From f5e48e94a2f4d4bbd6e5628c7f2afafc6dbcc459 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 7 Mar 2024 17:28:52 -0500 Subject: build: Build mlibc + add distclean target Signed-off-by: Ian Moffett --- lib/mlibc/abis/linux/statvfs.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 lib/mlibc/abis/linux/statvfs.h (limited to 'lib/mlibc/abis/linux/statvfs.h') diff --git a/lib/mlibc/abis/linux/statvfs.h b/lib/mlibc/abis/linux/statvfs.h deleted file mode 100644 index 7a75d3a..0000000 --- a/lib/mlibc/abis/linux/statvfs.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef _ABIBITS_STATVFS_H -#define _ABIBITS_STATVFS_H - -#include -#include - -#define ST_RDONLY 1 -#define ST_NOSUID 2 -#define ST_MANDLOCK 64 - -// On Linux, this struct is not directly used by the kernel. -struct statvfs { - unsigned long f_bsize; - unsigned long f_frsize; - fsblkcnt_t f_blocks; - fsblkcnt_t f_bfree; - fsblkcnt_t f_bavail; - - fsfilcnt_t f_files; - fsfilcnt_t f_ffree; - fsfilcnt_t f_favail; - - unsigned long f_fsid; - unsigned long f_flag; - unsigned long f_namemax; -}; - -#endif /* _ABIBITS_STATVFS_H */ - -- cgit v1.2.3