[libc-commits] [libc] [llvm] [libc][bazel] Add generation for public headers (PR #184889)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Fri Mar 20 16:53:43 PDT 2026


================
@@ -18,7 +19,7 @@ functions:
     return_type: int
     arguments:
       - type: int
-      - type: sockaddr *__restrict
+      - type: struct sockaddr *__restrict
----------------
vonosmas wrote:

This looks like a spurious change you might need to include in another PR (to focus this on Bazel only). Or, if you need this to make the generated header parse properly, I'm OK with leaving it here.

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


More information about the libc-commits mailing list