[libc-commits] [libc] [libc] Add the implementation of the fdopen function (PR #94186)
via libc-commits
libc-commits at lists.llvm.org
Fri Jun 14 20:32:18 PDT 2024
================
@@ -8,11 +8,17 @@ add_object_library(
linux_util
SRCS
exit.cpp
+ fcntl.cpp
----------------
lntue wrote:
`fcntl` should be a separate target.
https://github.com/llvm/llvm-project/pull/94186
More information about the libc-commits
mailing list