| Issue | 124649 |
|---|---|
| Summary | [libc][POSIX] provide sys/un.h |
| Labels | libc |
| Assignees | |
| Reporter | nickdesaulniers |
building clang against llvm-libc fails with `'sys/un.h' file not found` because lib/Support/raw_socket_stream.cpp uses `sockaddr_un` which should be provided by that header.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
