[libc-commits] [libc] [libc] Temporarily disable statvfs header (PR #99405)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 17 16:41:50 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Michael Jones (michaelrj-google)

<details>
<summary>Changes</summary>

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.


---
Full diff: https://github.com/llvm/llvm-project/pull/99405.diff


1 Files Affected:

- (modified) libc/config/linux/x86_64/headers.txt (+2-1) 


``````````diff
diff --git a/libc/config/linux/x86_64/headers.txt b/libc/config/linux/x86_64/headers.txt
index 0294f62bc2f7a..8a52d80e1fbfb 100644
--- a/libc/config/linux/x86_64/headers.txt
+++ b/libc/config/linux/x86_64/headers.txt
@@ -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

``````````

</details>


https://github.com/llvm/llvm-project/pull/99405


More information about the libc-commits mailing list