We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a1027 commit 51253fcCopy full SHA for 51253fc
libc/include/llvm-libc-types/struct_statvfs.h
@@ -8,8 +8,10 @@
8
9
#ifndef LLVM_LIBC_TYPES_STRUCT_STATVFS_H
10
#define LLVM_LIBC_TYPES_STRUCT_STATVFS_H
11
+
12
#include <llvm-libc-types/fsblkcnt_t.h>
13
#include <llvm-libc-types/fsfilcnt_t.h>
14
15
struct statvfs {
16
unsigned long f_bsize; /* Filesystem block size */
17
unsigned long f_frsize; /* Fragment size */
@@ -23,4 +25,5 @@ struct statvfs {
23
25
unsigned long f_flag; /* Mount flags */
24
26
unsigned long f_namemax; /* Maximum filename length */
27
};
28
29
#endif // LLVM_LIBC_TYPES_STRUCT_STATVFS_H
0 commit comments