Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jones <michaelrj@google.com>2022-10-07 00:59:30 +0300
committerMichael Jones <michaelrj@google.com>2022-10-07 01:25:56 +0300
commit9015810648edfecba8203c2231c1aeffbe54bbbc (patch)
treefd534cda3272f046c8cc6898cf6478a16bf59e0a /libc/config/linux/x86_64/entrypoints.txt
parentcebf1348dfcd14b6985b31a4627891e5ffece099 (diff)
[libc] add kill
Add the kill syscall wrapper and tests. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D135406
Diffstat (limited to 'libc/config/linux/x86_64/entrypoints.txt')
-rw-r--r--libc/config/linux/x86_64/entrypoints.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt
index b8e88e0dae5d..f5f06253aff5 100644
--- a/libc/config/linux/x86_64/entrypoints.txt
+++ b/libc/config/linux/x86_64/entrypoints.txt
@@ -26,6 +26,9 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.sched.sched_getaffinity
libc.src.sched.sched_setaffinity
+ # signal.h entrypoints
+ libc.src.signal.kill
+
# string.h entrypoints
libc.src.string.bcmp
libc.src.string.bzero