Skip to content

Commit

Permalink
[libc] Temporarily disable statvfs header (llvm#99405)
Browse files Browse the repository at this point in the history
The statfvs header was not generating for a while. Patch llvm#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.
  • Loading branch information
michaelrj-google authored Jul 17, 2024
1 parent e0f3484 commit 90cbb1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libc/config/linux/x86_64/headers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ set(TARGET_PUBLIC_HEADERS
libc.include.sys_select
libc.include.sys_socket
libc.include.sys_stat
libc.include.sys_statvfs
# statvfs is broken, will uncomment once it's fixed.
# libc.include.sys_statvfs
libc.include.sys_syscall
libc.include.sys_time
libc.include.sys_types
Expand Down

0 comments on commit 90cbb1e

Please sign in to comment.