Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc] generate sys/wait.h for aarch64 #125171

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

alexprabhat99
Copy link
Contributor

@alexprabhat99 alexprabhat99 commented Jan 31, 2025

Fixes: #125102

@llvmbot llvmbot added the libc label Jan 31, 2025
@llvmbot
Copy link
Member

llvmbot commented Jan 31, 2025

@llvm/pr-subscribers-libc

Author: Alex Prabhat Bara (alexprabhat99)

Changes

Fixes: #125102


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

1 Files Affected:

  • (modified) libc/config/linux/aarch64/headers.txt (+1)
diff --git a/libc/config/linux/aarch64/headers.txt b/libc/config/linux/aarch64/headers.txt
index 05f15a0e4e5cbb..c87fa4126ae4dd 100644
--- a/libc/config/linux/aarch64/headers.txt
+++ b/libc/config/linux/aarch64/headers.txt
@@ -27,6 +27,7 @@ set(TARGET_PUBLIC_HEADERS
     libc.include.sys_socket
     libc.include.sys_syscall
     libc.include.sys_time
+    libc.include.sys_wait
     libc.include.threads
     libc.include.time
     libc.include.unistd

@nickdesaulniers nickdesaulniers self-requested a review February 5, 2025 21:25
Copy link
Member

@nickdesaulniers nickdesaulniers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch! Sorry I didn't notice this PR sooner; make sure to cc someone for review (or mention them in the UI).

Need us to merge this for you?

@nickdesaulniers
Copy link
Member

This will unblock me from what I'm working on, so I'm going to merge this. Sorry for taking that away from you (being able to click merge yourself).

@nickdesaulniers nickdesaulniers merged commit 74c2e9a into llvm:main Feb 6, 2025
16 checks passed
Icohedron pushed a commit to Icohedron/llvm-project that referenced this pull request Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[libc][POSIX] generate sys/wait.h for aarch64
3 participants