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:
Diffstat (limited to 'libc/src/signal/CMakeLists.txt')
-rw-r--r--libc/src/signal/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/src/signal/CMakeLists.txt b/libc/src/signal/CMakeLists.txt
index 2036be12a128..8627ecb8cc8c 100644
--- a/libc/src/signal/CMakeLists.txt
+++ b/libc/src/signal/CMakeLists.txt
@@ -10,6 +10,13 @@ add_entrypoint_object(
)
add_entrypoint_object(
+ kill
+ ALIAS
+ DEPENDS
+ .${LIBC_TARGET_OS}.kill
+)
+
+add_entrypoint_object(
sigaction
ALIAS
DEPENDS