Fix broken POSIX basedefs links for nested headers in llvm-libc docs. The docgen script currently emits paths like `sys/wait.h.html`, but the Open Group uses `sys_wait.h.html`, for example: - https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_wait.h.html This updates nested-header link generation while leaving flat headers unchanged.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.