Skip to content

Commit 1945945

Browse files
[libc] add missing types
1 parent 182ef69 commit 1945945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/config/linux/api.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,5 +264,5 @@ def SearchAPI : PublicAPI<"search.h"> {
264264
}
265265

266266
def SysStatvfsAPI : PublicAPI<"sys/statvfs.h"> {
267-
let Types = ["struct statvfs"];
267+
let Types = ["fsblkcnt_t", "fsfilcnt_t", "struct statvfs"];
268268
}

0 commit comments

Comments
 (0)