[libc-commits] [PATCH] D75502: [libc] Add `errno_h` as a dependency to `sigaddset` and `sigemptyset`.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Mar 3 00:01:12 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG80aba2b26245: [libc] Add `errno_h` as a dependency to `sigaddset` and `sigemptyset`. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75502/new/
https://reviews.llvm.org/D75502
Files:
libc/src/signal/linux/CMakeLists.txt
Index: libc/src/signal/linux/CMakeLists.txt
===================================================================
--- libc/src/signal/linux/CMakeLists.txt
+++ libc/src/signal/linux/CMakeLists.txt
@@ -35,6 +35,7 @@
../sigemptyset.h
DEPENDS
__errno_location
+ errno_h
signal_h
)
@@ -47,5 +48,6 @@
../sigaddset.h
DEPENDS
__errno_location
+ errno_h
signal_h
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75502.247806.patch
Type: text/x-patch
Size: 400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200303/e618b47d/attachment.bin>
More information about the libc-commits
mailing list