| Issue | 124641 |
|---|---|
| Summary | [libc][POSIX] implement getpwnam_r from pwd.h |
| Labels | libc |
| Assignees | |
| Reporter | nickdesaulniers |
building clang against llvm-libc fails:
```
/llvm-project-main/llvm/lib/Support/Unix/Path.inc:35:10: fatal error: 'pwd.h' file not found
35 | #include <pwd.h>
| ^~~~~~~
```
looks like llvm depends on pwd.h, at least `getpwnam_r`.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
