[libc-commits] [libc] [libc][stdio] Implement getline and getdelim POSIX functions (PR #219601)

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


================
@@ -40,6 +40,38 @@ add_entrypoint_object(
     libc.src.__support.File.platform_file
 )
 
+add_entrypoint_object(
+  getline
+  SRCS
----------------
vhscampos wrote:

I am not convinced these files should live under `src/stdio`. They probably should be under `src/stdio/generic` or something. @michaelrj-google 

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


More information about the libc-commits mailing list