================
@@ -631,6 +631,18 @@ add_header_library(
libc.include.sys_syscall
)
+add_header_library(
+ fcntl
+ HDRS
+ fcntl.h
+ DEPENDS
+ libc.src.__support.OSUtil.osutil
----------------
vhscampos wrote:
Dep not used
https://github.com/llvm/llvm-project/pull/206590