Skip to content

[libc][linux] provide sys/ headers #133096

@RossComputerGuy

Description

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions