[libc-commits] [libc] [libc][fcntl] Implement posix_fadvise function. (PR #220790)
Pavel Labath via libc-commits
libc-commits at lists.llvm.org
Thu Sep 3 09:50:37 PDT 2026
================
@@ -445,6 +445,21 @@ add_header_library(
libc.include.sys_syscall
)
+add_header_library(
+ posix_fadvise
----------------
labath wrote:
Yes, except that in this case, the name of the syscall *is* `posix_fadvise`.
https://github.com/llvm/llvm-project/pull/220790
More information about the libc-commits
mailing list