diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-16 17:02:05 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-16 17:02:05 +0100 |
| commit | 90dad97fc07f049383903a166631e2c257f9b8c1 (patch) | |
| tree | 096cd247ecfda9e46598215a4f32aecedeedda90 /lib/libc/include/__statvfs.h | |
| parent | 0e832a9329cc4d4647e1ce529846073f21e66991 (diff) | |
Add support for TLS in the libc
Diffstat (limited to 'lib/libc/include/__statvfs.h')
| -rw-r--r-- | lib/libc/include/__statvfs.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/libc/include/__statvfs.h b/lib/libc/include/__statvfs.h deleted file mode 100644 index c8a746d4..00000000 --- a/lib/libc/include/__statvfs.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef __LIBC_STATVFS_H__ -#define __LIBC_STATVFS_H__ - -typedef __UINT64_TYPE__ fsblkcnt_t; -typedef __UINT64_TYPE__ fsfilcnt_t; - -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 |
