[libc-commits] [libc] [libc][docs] Fix POSIX basedefs links for nested headers (PR #188738)

Roland McGrath via libc-commits libc-commits at lists.llvm.org
Thu Mar 26 10:57:05 PDT 2026


================
@@ -149,6 +149,11 @@ def print_functions_rst(header: Header, functions: Dict):
             print("    -")
 
 
+def posix_header_name(header: Header) -> str:
----------------
frobtech wrote:

Let's instead define a function that returns the whole URL.


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


More information about the libc-commits mailing list