[libc-commits] [libc] [libc] Implement fileno on Linux (PR #85628)
Shourya Goel via libc-commits
libc-commits at lists.llvm.org
Mon Mar 18 09:17:23 PDT 2024
================
@@ -236,6 +236,17 @@ add_entrypoint_object(
libc.src.stdio.printf_core.vfprintf_internal
)
+add_stdio_entrypoint_object(
+ fileno
+ SRCS
+ fileno.cpp
+ HDRS
+ fileno.h
+ DEPENDS
+ libc.src.__support.arg_list
----------------
Sh0g0-1758 wrote:
Right.
https://github.com/llvm/llvm-project/pull/85628
More information about the libc-commits
mailing list