[libc-commits] [libc] [libc] Implement fallocate (PR #222843)
via libc-commits
libc-commits at lists.llvm.org
Mon Sep 14 05:15:50 PDT 2026
================
@@ -42,6 +42,7 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.fcntl.open
libc.src.fcntl.openat
libc.src.fcntl.posix_fadvise
+ libc.src.fcntl.fallocate
----------------
afnrow wrote:
We could add it as well to the rest of the 32bit architectures like x86-32
https://github.com/llvm/llvm-project/pull/222843
More information about the libc-commits
mailing list