Skip to content

Commit 924388c

Browse files
authored
[libc] Add sys/sendfile.h to the public header list (#201062)
1 parent 4cfbf8e commit 924388c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

libc/config/linux/aarch64/headers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ set(TARGET_PUBLIC_HEADERS
4949
libc.include.sys_random
5050
libc.include.sys_resource
5151
libc.include.sys_select
52+
libc.include.sys_sendfile
5253
libc.include.sys_socket
5354
libc.include.sys_stat
5455
libc.include.sys_statvfs

libc/config/linux/riscv/headers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ set(TARGET_PUBLIC_HEADERS
4949
libc.include.sys_random
5050
libc.include.sys_resource
5151
libc.include.sys_select
52+
libc.include.sys_sendfile
5253
libc.include.sys_socket
5354
libc.include.sys_stat
5455
libc.include.sys_statvfs

libc/config/linux/x86_64/headers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ set(TARGET_PUBLIC_HEADERS
5252
libc.include.sys_resource
5353
libc.include.sys_select
5454
libc.include.sys_sem
55+
libc.include.sys_sendfile
5556
libc.include.sys_socket
5657
libc.include.sys_stat
5758
libc.include.sys_statvfs

0 commit comments

Comments
 (0)