[libc-commits] [libc] [libc] Implement posix_fadvise64. (PR #223294)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Tue Sep 15 02:11:27 PDT 2026


================
@@ -481,6 +481,17 @@ add_proxy_header_library(
     libc.include.stdio
 )
 
+add_proxy_header_library(
+  off64_t
+  HDRS
+    off64_t.h
+  DEPENDS
+    libc.hdr.fcntl_overlay
+  FULL_BUILD_DEPENDS
+    libc.include.llvm-libc-types.off64_t
+    libc.include.fcntl
----------------
vhscampos wrote:

Are you sure you need `libc.include.fcntl` in full build mode? It's not clear to me by only looking at `libc/hdr/types/off64_t.h` .

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


More information about the libc-commits mailing list