Commit 80aba2b2 authored by Siva Chandra Reddy's avatar Siva Chandra Reddy
Browse files

[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
parent 1cb0e01e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
)