Skip to content

Commit 80aba2b

Browse files
author
Siva Chandra Reddy
committed
[libc] Add errno_h as a dependency to sigaddset and sigemptyset.
Summary: The bots are catching this missing dependency. Reviewers: PaulkaToast, abrachet Subscribers: mgorny, MaskRay, tschuett, libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D75502
1 parent 1cb0e01 commit 80aba2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/src/signal/linux/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ add_entrypoint_object(
3535
../sigemptyset.h
3636
DEPENDS
3737
__errno_location
38+
errno_h
3839
signal_h
3940
)
4041

@@ -47,5 +48,6 @@ add_entrypoint_object(
4748
../sigaddset.h
4849
DEPENDS
4950
__errno_location
51+
errno_h
5052
signal_h
5153
)

0 commit comments

Comments
 (0)