[libc-commits] [libc] [libc] Embeddeding API for seek and close (PR #221880)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Tue Sep 8 01:32:05 PDT 2026


================
@@ -10,6 +10,61 @@ add_object_library(
     libc.src.__support.OSUtil.osutil
 )
 
+add_entrypoint_object(
+  fclose
+  SRCS fclose.cpp
+  HDRS ../fclose.h
+  DEPENDS
+    libc.src.__support.OSUtil.osutil
+    libc.src.__support.macros.config
----------------
vhscampos wrote:

It also depends on `common`.

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


More information about the libc-commits mailing list