Issue |
133096
|
Summary |
[libc][linux] provide `sys/` headers
|
Labels |
libc
|
Assignees |
|
Reporter |
RossComputerGuy
|
The `sys/` headers are required for LLVM libc but in a full build environment with no existing libc, the build fails due to the `sys/` headers not being present. These are not provided in the Linux headers package.
Headers:
- [ ] sys/auxv.h
- [ ] sys/ioctl.h
- [ ] sys/mman.h
- [ ] sys/prctl.h
- [ ] sys/random.h
- [ ] sys/resource.h
- [ ] sys/select.h
- [ ] sys/sendfile.h
- [ ] sys/socket.h
- [ ] sys/stat.h
- [ ] sys/syscall.h
- [ ] sys/types.h
- [ ] sys/utsname.h
- [ ] sys/wait.h
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs