commit | 2b1c13dfa1facd1d7b7b5cae6f70cd83441c8504 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Aug 29 20:31:44 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 29 20:31:44 2024 +0000 |
tree | 72ea0fa6e195d821c4ed1600fabb036e257eaabc | |
parent | 1019133f26ef947ebe02dd4518ea2e233834681f [diff] | |
parent | ad58cc740f7a3fbf378e8373c42ca5faf00085bf [diff] |
Merge "<sys/vfs.h>: explain the apparently useless duplication here." into main
diff --git a/libc/include/sys/vfs.h b/libc/include/sys/vfs.h index 3579799..1a640ba 100644 --- a/libc/include/sys/vfs.h +++ b/libc/include/sys/vfs.h
@@ -40,6 +40,8 @@ typedef __fsid_t fsid_t; #if defined(__LP64__) +/* We can't just use the kernel struct statfs directly here because + * it's reused for both struct statfs *and* struct statfs64. */ #define __STATFS64_BODY \ uint64_t f_type; \ uint64_t f_bsize; \