[libc-commits] [libc] [libc] Implement fcntl() function (PR #89507)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Fri Apr 26 15:06:09 PDT 2024


================
@@ -10,6 +10,21 @@ add_entrypoint_object(
     libc.src.errno.errno
 )
 
+add_entrypoint_object(
+  fcntl
+  SRCS
+    fcntl.cpp
+  HDRS
+    ../fcntl.h
+  DEPENDS
+    libc.include.fcntl
----------------
michaelrj-google wrote:

these depends should be on the `hdr` targets

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


More information about the libc-commits mailing list