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

Nhat Nguyen via libc-commits libc-commits at lists.llvm.org
Tue May 21 20:37:45 PDT 2024


================
@@ -160,6 +167,20 @@ add_entrypoint_object(
     .${LIBC_TARGET_OS}.lseek
 )
 
+add_entrypoint_object(
+  pathconf
+  ALIAS
+  DEPENDS
+    .${LIBC_TARGET_OS}.pathconf
+)
+
+add_object_library(
----------------
changkhothuychung wrote:

I dont really understand what you mean by this? Can you elaborate ? 

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


More information about the libc-commits mailing list