[libc-commits] [libc] [libc] implement pathconf/fpathconf (PR #87165)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Thu May 16 21:15:34 PDT 2024


================
@@ -273,6 +287,33 @@ add_entrypoint_object(
     libc.src.errno.errno
 )
 
+add_entrypoint_object(
+  pathconf
+  SRCS
+  pathconf.cpp
----------------
SchrodingerZhu wrote:

add one more space to unify the style

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


More information about the libc-commits mailing list