Skip to content

[libc] Add sys/sendfile.h to the public header list#201062

Merged
labath merged 1 commit into
llvm:mainfrom
labath:sendfile
Jun 2, 2026
Merged

[libc] Add sys/sendfile.h to the public header list#201062
labath merged 1 commit into
llvm:mainfrom
labath:sendfile

Conversation

@labath
Copy link
Copy Markdown
Contributor

@labath labath commented Jun 2, 2026

No description provided.

@labath labath requested a review from kaladron June 2, 2026 08:49
@labath labath requested a review from a team as a code owner June 2, 2026 08:49
@llvmorg-github-actions
Copy link
Copy Markdown

llvmorg-github-actions Bot commented Jun 2, 2026

@llvm/pr-subscribers-libc

@llvm/pr-subscribers-backend-risc-v

Author: Pavel Labath (labath)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/201062.diff

3 Files Affected:

  • (modified) libc/config/linux/aarch64/headers.txt (+1)
  • (modified) libc/config/linux/riscv/headers.txt (+1)
  • (modified) libc/config/linux/x86_64/headers.txt (+1)
diff --git a/libc/config/linux/aarch64/headers.txt b/libc/config/linux/aarch64/headers.txt
index d09d307565bea..37e526736b617 100644
--- a/libc/config/linux/aarch64/headers.txt
+++ b/libc/config/linux/aarch64/headers.txt
@@ -49,6 +49,7 @@ set(TARGET_PUBLIC_HEADERS
     libc.include.sys_random
     libc.include.sys_resource
     libc.include.sys_select
+    libc.include.sys_sendfile
     libc.include.sys_socket
     libc.include.sys_stat
     libc.include.sys_statvfs
diff --git a/libc/config/linux/riscv/headers.txt b/libc/config/linux/riscv/headers.txt
index c7ea504def1d8..7b3b8d98ac130 100644
--- a/libc/config/linux/riscv/headers.txt
+++ b/libc/config/linux/riscv/headers.txt
@@ -49,6 +49,7 @@ set(TARGET_PUBLIC_HEADERS
     libc.include.sys_random
     libc.include.sys_resource
     libc.include.sys_select
+    libc.include.sys_sendfile
     libc.include.sys_socket
     libc.include.sys_stat
     libc.include.sys_statvfs
diff --git a/libc/config/linux/x86_64/headers.txt b/libc/config/linux/x86_64/headers.txt
index e1e5564ca0840..59bcda72ef9bd 100644
--- a/libc/config/linux/x86_64/headers.txt
+++ b/libc/config/linux/x86_64/headers.txt
@@ -52,6 +52,7 @@ set(TARGET_PUBLIC_HEADERS
     libc.include.sys_resource
     libc.include.sys_select
     libc.include.sys_sem
+    libc.include.sys_sendfile
     libc.include.sys_socket
     libc.include.sys_stat
     libc.include.sys_statvfs

@labath labath merged commit 924388c into llvm:main Jun 2, 2026
42 checks passed
@labath labath deleted the sendfile branch June 3, 2026 08:23
yingopq pushed a commit to yingopq/llvm-project that referenced this pull request Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants