[libc-commits] [libc] [libc] Implement fallocate (PR #222843)

Pavel Labath via libc-commits libc-commits at lists.llvm.org
Mon Sep 14 02:37:24 PDT 2026


================
@@ -0,0 +1,60 @@
+//===-- Unittests for fallocate -------------------------------------------===//
----------------
labath wrote:

Since this is a linux-specific function, the test should go into a /linux subfolder.

Also, please update the file to use the new 3-part header: https://llvm.org/docs/CodingStandards.html#file-headers

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


More information about the libc-commits mailing list