forked from OSchip/llvm-project
[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
This commit is contained in:
parent
1cb0e01e42
commit
80aba2b262
|
@ -35,6 +35,7 @@ add_entrypoint_object(
|
|||
../sigemptyset.h
|
||||
DEPENDS
|
||||
__errno_location
|
||||
errno_h
|
||||
signal_h
|
||||
)
|
||||
|
||||
|
@ -47,5 +48,6 @@ add_entrypoint_object(
|
|||
../sigaddset.h
|
||||
DEPENDS
|
||||
__errno_location
|
||||
errno_h
|
||||
signal_h
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue