[libc-commits] [libc] Implement inet_pton (PR #224644)

Pavel Labath via libc-commits libc-commits at lists.llvm.org
Tue Sep 22 02:32:33 PDT 2026


================
@@ -1672,6 +1666,10 @@ endif()
 if(LLVM_LIBC_ENABLE_EXPERIMENTAL_ENTRYPOINTS)
   if(LLVM_LIBC_FULL_BUILD)
     list(APPEND TARGET_LIBC_ENTRYPOINTS
+      # arpa/inet.h entrypoints
+
----------------
labath wrote:

```suggestion
```

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


More information about the libc-commits mailing list