Skip to content

Commit

Permalink
[libc] Enable more headers for riscv
Browse files Browse the repository at this point in the history
Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D146203
  • Loading branch information
mikhailramalho committed Mar 31, 2023
1 parent 6217f47 commit b1e5d0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libc/config/linux/riscv64/headers.txt
Expand Up @@ -20,13 +20,20 @@ set(TARGET_PUBLIC_HEADERS
libc.include.time
libc.include.unistd

libc.include.arpa_inet

libc.include.sys_auxv
libc.include.sys_ioctl
libc.include.sys_mman
libc.include.sys_prctl
libc.include.sys_random
libc.include.sys_resource
libc.include.sys_select
libc.include.sys_socket
libc.include.sys_stat
libc.include.sys_syscall
libc.include.sys_time
libc.include.sys_types
libc.include.sys_utsname
libc.include.sys_wait
)

0 comments on commit b1e5d0d

Please sign in to comment.