Skip to content

Commit 90cbb1e

Browse files
[libc] Temporarily disable statvfs header (#99405)
The statfvs header was not generating for a while. Patch #98983 added it to the list of headers, but it's apparently broken right now so this patch comments it out until it can be fixed.
1 parent e0f3484 commit 90cbb1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/config/linux/x86_64/headers.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ set(TARGET_PUBLIC_HEADERS
4545
libc.include.sys_select
4646
libc.include.sys_socket
4747
libc.include.sys_stat
48-
libc.include.sys_statvfs
48+
# statvfs is broken, will uncomment once it's fixed.
49+
# libc.include.sys_statvfs
4950
libc.include.sys_syscall
5051
libc.include.sys_time
5152
libc.include.sys_types

0 commit comments

Comments
 (0)