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

via libc-commits libc-commits at lists.llvm.org
Tue Sep 15 11:22:42 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
----------------
lntue wrote:

Removed.

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


More information about the libc-commits mailing list